feat(gesture): tweat block menu style

This commit is contained in:
llcc
2022-04-26 16:21:55 +08:00
parent 1b5aef50aa
commit 93e75b9d4a
2 changed files with 9 additions and 7 deletions

View File

@@ -189,21 +189,23 @@
overflow: hidden;
max-width: 50px;
text-align: center;
margin: auto 0
margin: auto 0;
background-color: var(--ls-secondary-background-color);
}
.block-right-menu {
overflow: hidden;
max-width: 60px;
max-width: 80px;
text-align: center;
margin: auto 0;
background-color: var(--ls-secondary-background-color);
.indent {
margin: 0 7px;
margin: 0 12px;
}
.more {
margin: 0 7px;
margin: 0 12px;
}
}