From 6d17965706a89e533a04a6f82ff1b42b76bdb2e5 Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Sat, 13 Sep 2025 16:19:58 -0400 Subject: [PATCH] Slightly reduce top menu item padding --- dist/birb.js | 2 +- dist/birb.user.js | 2 +- stylesheet.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/birb.js b/dist/birb.js index 61e71ab..62ee598 100644 --- a/dist/birb.js +++ b/dist/birb.js @@ -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; diff --git a/dist/birb.user.js b/dist/birb.user.js index 94a73d4..5ddb0d1 100644 --- a/dist/birb.user.js +++ b/dist/birb.user.js @@ -251,7 +251,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; diff --git a/stylesheet.css b/stylesheet.css index c6a4768..1d5c4df 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -185,7 +185,7 @@ .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;