tweak client

This commit is contained in:
syuilo
2022-06-22 20:47:53 +09:00
parent be383aa5b2
commit d3f25fa290
3 changed files with 17 additions and 4 deletions

View File

@ -402,7 +402,7 @@ export default defineComponent({
height: 100%;
> .header {
--height: 50px;
--height: 45px;
&.mini {
--height: 38px;
@ -415,6 +415,7 @@ export default defineComponent({
user-select: none;
height: var(--height);
border-bottom: solid 1px var(--divider);
font-size: 95%;
> .left, > .right {
> .button {