fix: padding of menu links wrapper

This commit is contained in:
Konstantinos Kaloutas
2022-08-16 16:53:06 +03:00
committed by Andelf
parent bc21daee88
commit 7b155bdd24

View File

@@ -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);