From 140362a9ef94421c9439fe8b447f44e1c934d7cf Mon Sep 17 00:00:00 2001 From: rivanfebrian123 Date: Thu, 25 Feb 2021 00:18:22 +0700 Subject: [PATCH] small edit: make the Firefox CSS code easier to maintain/document --- src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css b/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css index 87a6610..525714e 100644 --- a/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css +++ b/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css @@ -1,5 +1,6 @@ @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); :root[tabsintitlebar]:not([inFullscreen])[sizemode="maximized"] #nav-bar { - border-radius: 16px 16px 0 0; + border-radius: 16px 16px 0 0 !important; } +