fix mobile appearance

This commit is contained in:
Zhang Minghan 2023-07-19 17:11:22 +08:00
parent 83a61f7544
commit a0f85ad139
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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%;
} }