From 016a2e0b9aa517de3d45007db4e2c72a177b5526 Mon Sep 17 00:00:00 2001 From: Nicolas Oliveira Date: Wed, 14 Feb 2024 17:59:53 -0300 Subject: [PATCH] Fix firefox bug --- src/other/firefox/common/parts/csd.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/other/firefox/common/parts/csd.css b/src/other/firefox/common/parts/csd.css index 9961c6f8..4de2fd9d 100644 --- a/src/other/firefox/common/parts/csd.css +++ b/src/other/firefox/common/parts/csd.css @@ -2,6 +2,10 @@ @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +#main-window { + -moz-appearance: -moz-window-titlebar !important; +} + /* Headerbar top border corners rounded */ :root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) { #nav-bar {