Fix padding on dropdown

This commit is contained in:
Wirlaburla 2023-05-11 20:34:23 -05:00
parent ae377f1414
commit 297b8a284d

View File

@ -115,7 +115,7 @@ nav.top div.slideout .dropdown {
height: 32px;
position: relative;
z-index: 2;
padding: 1px 4px;
padding: 1px 3px;
white-space: nowrap;
transition-duration: 0.05s;
}