30 Commits (daf2d17b3607085d51e30a0da01bf9b713672827)

Author SHA1 Message Date
MrOtherGuy f42c760474 Don't modify #browser margins when chromehidden attr is set
chromehidden attribute to various values for windows where various
toolbar are disabled, such as popups etc.
11 months ago
MrOtherGuy fd88af0e85 autohidden toolbars: Use :has() to show toolbar if menu popup is hovered 11 months ago
MrOtherGuy 4f3ac169e3 autohide bm and main toolbars: Fix margins in fullscreen mode
Previously if Firefox was in fullscreen mode and toolbars would autohide
(per Firefox normal setting) then this style would cause content area to
be pushed way too far up because of computed margin-top on
navigator-toolbox. This patch makes navigator toolbox use margin
computed from tabs toolbar height.
11 months ago
MrOtherGuy 73338583a0 Use :has selector to let toolbars show if appMenu popup is hovered
This requires :has selector support which should be in fx 120
12 months ago
MrOtherGuy 69078c0394 Apply bookmarks block padding to bookmarks by variable
This makes the variable do what it says and makes compact mode work as
it should
12 months ago
MrOtherGuy daf7624553 Remove now-unnecessary rules from autohide-bookmarks_and_main_toolbars
These rules were once needed to make sure that invisible toolbox didn't
steal pointer events from sidebar. Not needed anymore, and this removal
also fixes #305
1 year ago
MrOtherGuy a504b365c8 fix incorrect notification bar layout 1 year ago
MrOtherGuy ed5a677a15 rework navigator-toolbox-background selectors 1 year ago
MrOtherGuy 5ea61e3d40 Add workarounds for bug 1705215 1 year ago
MrOtherGuy 0c0ba80f0b adjustments for bookmarks toolbar item sizing
This fixes an issue with Firefox 108 where an empty "placeholder" space
would appear below tabs toolbar.
2 years ago
MrOtherGuy b958b75f2c Make multi-row_bookmarks.css compatibility rules work in Firefox 107
In 107 (but not in 108) you also need to set
layout.css.moz-box-flexbox-emulation.enabled to true for things to work
2 years ago
MrOtherGuy ea17cb7f1f Show window global notificationbox in same order as tab modal 3 years ago
MrOtherGuy 1621ecc3f4 set visibility:hidden for items in bookmarks toolbar when collapsed 3 years ago
MrOtherGuy d35ebf1943 hide .bookmark-item elements in fullscreen mode. Fixes #154
For some reason individual .bookmark items in the toolbar are being
rendered in Firefox 96, even though the toolbar itself is hidden. This
patch applies a simple visibility:hidden to all of them.
3 years ago
MrOtherGuy 946668e9a1 Handle different bookmarks item heights better
Bookmark items in the toolbar may not be same height on all systems,
generally the text size on Linux is bigger than on Windows for example.
This patch changes the height to use min-height on bookmark items and
removes their individual block padding. Thus, thee effectively have
variable block-padding depending on the text size.

In addition this patch removes few pre-proton workarounds because those
don't need to be supported any more.
3 years ago
MrOtherGuy 2d7f31b766 make sure bookmarks toolbar isn't collapsed in fullscreen mode. fixes #154 3 years ago
MrOtherGuy 7db2c96530 add temporary dummy variables for tab-block-margin 3 years ago
MrOtherGuy 240b7ee1ec increase z-index of selected tab to hide the border below it 3 years ago
MrOtherGuy 8513ca9bfb fix additional background alignment 3 years ago
MrOtherGuy 3b3e363be5 apply --toolbar-bgcolor on top of theme-images 3 years ago
MrOtherGuy e369c1670c add support for theme images 3 years ago
MrOtherGuy 6556b1d525 bunch of fixes for proton compatibility 3 years ago
MrOtherGuy 2046d18880 sidebar-box needs to be position:relative 4 years ago
MrOtherGuy aa77a9478e Apply bookmarks padding also to import-bookmarks and other-bookmarks buttons 4 years ago
MrOtherGuy 7e11f3796e Reduce navbar and personaltoolbar transform specificity 4 years ago
MrOtherGuy 5d18237e62 Add off-by-default way to show toolbars if mainpopupset is hovered 4 years ago
MrOtherGuy b4d97d83c9 work around issue where hovering sidebar-header would show the toolbox 4 years ago
MrOtherGuy 5e823bafd5 make bookmarks toolbar only hidden - not collapsed when it is disabled 4 years ago
MrOtherGuy fc967120bf Use longer delay before autohide 4 years ago
MrOtherGuy 28278cffa4 new file 4 years ago