From b2237bccba179e5483e083edf5ebbd313d240dfd Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 19 Aug 2023 17:18:07 -0400 Subject: add waterfox-g --- waterfox-g/debian/patches/fis-csd-global-menu.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 waterfox-g/debian/patches/fis-csd-global-menu.patch (limited to 'waterfox-g/debian/patches/fis-csd-global-menu.patch') diff --git a/waterfox-g/debian/patches/fis-csd-global-menu.patch b/waterfox-g/debian/patches/fis-csd-global-menu.patch new file mode 100644 index 0000000..6eca9e8 --- /dev/null +++ b/waterfox-g/debian/patches/fis-csd-global-menu.patch @@ -0,0 +1,21 @@ +diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css +index 03a778809dc8..8f0267b45328 100644 +--- a/browser/base/content/browser.css ++++ b/browser/base/content/browser.css +@@ -334,6 +334,13 @@ toolbar[customizing] #whats-new-menu-button { + visibility: hidden; + } + ++@media (-moz-platform: linux) { ++ *|*:root[shellshowingmenubar="true"] ++ #toolbar-menubar[autohide="true"]:not([inactive]) + #TabsToolbar > .titlebar-buttonbox-container { ++ visibility: visible !important; ++ } ++} ++ + :root[tabsintitlebar] .titlebar-buttonbox { + position: relative; + } +-- +2.37.3 + -- cgit