Commit Graph

9 Commits

Author SHA1 Message Date
MrOtherGuy
a7bcb11625 code cleanup: remove rules using #titlebar 2025-11-02 06:23:35 +02:00
MrOtherGuy
6e37932a8c Make multi-row_tabs patch depend on window_cotrol support style
This change achieves multiple things:

* The sizing options for placeholder are in one place
* Improves compatibility with other styles
* Improves compatibility with other window control placements
* Makes fullscreen work
* Makes menubar not take any space when disabled

Previously, when Firefox did not have :has selector support, we needed
to create :hover triggered space to activate menubar, this took some
space from toolbar and required special styling to support translucent
toolbar background colors. But it was necessary, because otherwise there
would have been no way to access menubar items.

This still assumes that the user has menubar disabled, but that is fine,
because if menubar is enabled, then there is no reason to use this style
in the first place.
2024-03-22 12:49:05 +02:00
MrOtherGuy
0936153495 Make multi-row-tabs patch handle translucent toolbar a bit better 2024-03-22 07:38:53 +02:00
MrOtherGuy
13e1340e9a remove old Fx <112 compatibility rules 2023-09-07 20:20:40 +03:00
MrOtherGuy
0ff12e01fe Add support for modern flexbox layout
Flexbox model will replace old xul box as the default display model so
this patch adds support for that in a whole bunch of styles.

A lot of style rules are marked as "Fx < 112 compatibility" rules and
those can be removed when 112 hits release.
2023-03-11 12:26:07 +02:00
MrOtherGuy
84ec1414dd Add source/license notices 2020-05-22 08:13:58 +03:00
MrOtherGuy
bfe0c8429f Don't set nav-bar right padding when titlebar is enabled 2019-02-05 13:26:35 +02:00
MrOtherGuy
f515efea70 Remove comment window control patch requiring Fx66 - it works on 65 2019-02-05 13:25:27 +02:00
MrOtherGuy
571f77d719 Multirow-tabs for Firefox66+ 2019-01-15 16:58:59 +02:00