mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: padding of menu links wrapper
This commit is contained in:
committed by
Andelf
parent
bc21daee88
commit
7b155bdd24
@@ -901,7 +901,7 @@ button.menu:focus {
|
||||
}
|
||||
|
||||
.menu-links-wrapper {
|
||||
@apply py-1 rounded-md shadow-lg overflow-y-auto;
|
||||
@apply py-2 rounded-md shadow-lg overflow-y-auto;
|
||||
|
||||
max-height: calc(100vh - 100px) !important;
|
||||
background-color: var(--ls-primary-background-color, #fff);
|
||||
|
||||
Reference in New Issue
Block a user