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

@ -359,9 +359,10 @@ function moveFocus(id: string, direction: 'up' | 'down' | 'left' | 'right') {
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>