Aris-t2/CustomCSSforFx

classic_squared_tabs problem in new firefox version.

Darlat opened this issue · 3 comments

Darlat commented
  1. Does the issue occur without any files inside /chrome/ folder?
    No.

  2. 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.

  3. Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)?
    Yes.

  4. Screenshots showing the issue (drag & drop images into this post):
    1
    2

  5. System information

I could fix this on my end by modifying classic_squared_tabs.css file.
Test this: tabs.zip

That fixed it for me!