Fix firefox bug

This commit is contained in:
Nicolas Oliveira 2024-02-14 17:59:53 -03:00
parent ca620d17c4
commit 016a2e0b9a

View File

@ -2,6 +2,10 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @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 */ /* Headerbar top border corners rounded */
:root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) { :root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) {
#nav-bar { #nav-bar {