From 9c53e0677da264fb39626e35f8ad08cf0c15b33a Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 26 Feb 2021 11:35:16 +0800 Subject: [PATCH] update --- .../firefox/chrome/WhiteSur/rounded-window-maximized.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css b/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css index ff05099..1f969c3 100644 --- a/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css +++ b/src/other/firefox/chrome/WhiteSur/rounded-window-maximized.css @@ -1,5 +1,5 @@ @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -:root[tabsintitlebar]:not([inFullscreen]) #nav-bar { - border-radius: 16px 16px 0 0; +:root[tabsintitlebar]:not([inFullscreen])[sizemode="maximized"] #nav-bar { + border-radius: 16px 16px 0 0 !important; }