From 98526e441e40fd7a729511d93b1563c2e9495053 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sat, 28 Aug 2021 22:47:55 +0900 Subject: [PATCH] Add: Global Menu - Rounding --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index bbf6bb7..f37ff85 100644 --- a/userChrome.css +++ b/userChrome.css @@ -806,6 +806,11 @@ display: flex !important; } + /* Rounding */ + #main-menubar > menu { + border-radius: 4px; + } + /* Menubar item padding */ :root { --global-menubar-padding: 2px;