Slightly reduce top menu item padding

This commit is contained in:
Idrees Hassan
2025-09-13 16:19:58 -04:00
parent 38c84c92e5
commit 6d17965706
3 changed files with 3 additions and 3 deletions

2
dist/birb.js vendored
View File

@@ -237,7 +237,7 @@ const STYLESHEET = `:root {
.birb-menu-item {
width: calc(100% - var(--double-border-size));
font-size: 14px;
padding-top: 5px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;