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

View File

@ -116,6 +116,7 @@ onMounted(() => {
display: flex;
flex-direction: row;
justify-content: space-between;
color: var(--card-text);
width: 100%;
height: 100%;
}