This commit is contained in:
syuilo 2024-10-05 15:19:07 +09:00
parent 0d7d1091c8
commit 043fef9fdf
1 changed files with 3 additions and 1 deletions

View File

@ -437,9 +437,11 @@ onBeforeUnmount(() => {
&.big:not(.asDrawer) { &.big:not(.asDrawer) {
> .menu { > .menu {
min-width: 230px;
> .item { > .item {
padding: 6px 20px; padding: 6px 20px;
font-size: 1em; font-size: 0.95em;
line-height: 24px; line-height: 24px;
} }
} }