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