fix: Adjust margins in menu-styled popups

This commit is contained in:
Maksim Eltyshev
2025-11-06 23:15:57 +01:00
parent 22baf5ab12
commit d7cb2087e5
10 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
}
.menu {
margin: -7px -12px -5px;
margin: 0 -12px -5px;
width: calc(100% + 24px);
}