chore(client): tweak style

This commit is contained in:
syuilo
2022-07-15 19:15:23 +09:00
parent 47186c0fff
commit 92792719bd
2 changed files with 33 additions and 31 deletions

View File

@ -98,7 +98,7 @@ defineExpose({
}
> .header {
$height: 58px;
$height: 46px;
$height-narrow: 42px;
display: flex;
flex-shrink: 0;
@ -138,6 +138,7 @@ defineExpose({
}
> .body {
flex: 1;
overflow: auto;
background: var(--panel);
}