chore(client): tweak ui

This commit is contained in:
syuilo
2022-07-15 22:09:05 +09:00
parent 113df68843
commit 92e8a5dbd6
5 changed files with 609 additions and 353 deletions

View File

@@ -365,11 +365,11 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
height: calc(var(--vh, 1vh) * 100);
width: 240px;
box-sizing: border-box;
contain: strict;
overflow: auto;
overscroll-behavior: contain;
background: var(--bg);
background: var(--navBg);
}
}
</style>