mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
feat(gesture): tweat block menu style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user