update menu position

This commit is contained in:
ghost 2023-10-16 01:35:52 +03:00
parent 1cd252b610
commit 8e204312e0
2 changed files with 6 additions and 1 deletions

View file

@ -354,6 +354,11 @@ a:visited.background-color-hover-night-light:hover {
padding-right: 24px;
}
.padding-y-24-px {
padding-top: 24px;
padding-bottom: 24px;
}
.margin-l-4-px {
margin-left: 4px;
}