mirror of
https://github.com/coaidev/coai.git
synced 2025-05-31 19:00:22 +09:00
fix mobile appearance
This commit is contained in:
parent
83a61f7544
commit
a0f85ad139
@ -90,8 +90,8 @@ aside {
|
||||
.login button {
|
||||
display: flex;
|
||||
user-select: none;
|
||||
width: 114px;
|
||||
height: 46px;
|
||||
width: max-content;
|
||||
height: min-content;
|
||||
background: var(--card-button);
|
||||
border: 1px solid var(--card-button-hover);
|
||||
border-radius: 12px;
|
||||
|
@ -116,6 +116,7 @@ onMounted(() => {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
color: var(--card-text);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user