classic_squared_tabs problem in new firefox version.
Darlat opened this issue · 3 comments
-
Does the issue occur without any files inside /chrome/ folder?
No. -
Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue:
With classic_squared_tabs (and the australized version too.):
When moving tabs around the padding/margin changes.
The problem seems to be that 118 adds a #tabbrowser-tabs[movingtab]{padding-bottom: 15px;margin-bottom: -15px} section since removing the padding and margin in my_userChrome fixes it. -
Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)?
Yes. -
Screenshots showing the issue (drag & drop images into this post):
-
System information
- OS & OS version: Windows 10x64
- DPI/HiDPI/scaling value, if not 100% (e.g. 125%, 150%...): 100%
- Firefox version: 118.0.1
- Firefox theme (e.g. default, build in light/dark, external theme + link): Space Fantasy 1.0 (https://addons.mozilla.org/en-US/firefox/addon/space-fantasy/)
I could fix this on my end by modifying classic_squared_tabs.css
file.
Test this: tabs.zip
That fixed it for me!