Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from version 4.1.2 #684

Open
Nemo1985 opened this issue Oct 3, 2024 · 6 comments
Open

Update from version 4.1.2 #684

Nemo1985 opened this issue Oct 3, 2024 · 6 comments

Comments

@Nemo1985
Copy link

Nemo1985 commented Oct 3, 2024

Hello, today I updated my Firefox version from 128.2.0 to 128.3.0 and until today everything worked "fine" but the new update has broken the address bar results. I took the chance to update to the latest version of Custom CSS but I noticed there are some differences between the old version and the new one. I'm asking for help to restore the "old layout", the two mayor differences I'm noticing are:

  1. The tab bar is thinner
  2. There is a black bar on the bottom which wasn't present with the old layout.
  3. The text and dimension when I open context menus seem bigger.

I took two screenshots of the new version and old one:
new
old

Can anyone please guide me of how I can completely restore the old layout?

Thank you very much.

@Aris-t2
Copy link
Owner

Aris-t2 commented Oct 3, 2024

  1. You are using default setup with classic squared tabs (1st screenshot) vs default tabs (2ns screenshot).
  2. Maybe you enabled addonbar_move_bookmarks_toolbar_to_bottom.css ?
  3. Not sure, what happened here. Default appearance looks like this:
    image
    or this with context_bfrsb_icons_colorized.css and context_bfrsb_labels_with_icons.css enabled
    image
    The menu can even look like this with popup_compact_menus.css and popup_menus_space_before_label.css:
    image

@Nemo1985
Copy link
Author

Nemo1985 commented Oct 3, 2024

Thank you very much for the quick and complete answer.

  1. It's weird because I ticked the same options on both old and new version, first screenshot is the new version, the second the old one. Can you please tell me which option I should enable?
    Old version: https://pastebin.com/anQ4nA15
    New Version: https://pastebin.com/iMGvWgUC
    Edit: Apparently if I copy the old classic_squared_tabs.css over the new one the bar gets thicker like in the old version, can it cause issues?

  2. You were right the option was enabled on both versions but probably it didn't work on the old one. Solved.

  3. I enabled popup_compact_menus.css and popup_menus_space_before_label.css but apparently the icons are still broken?
    new2

@Aris-t2
Copy link
Owner

Aris-t2 commented Oct 7, 2024

Please do not mix files from different versions. Only test the latest release without any changes besides the option(s) you are testing.

popup_compact_menus.css + popup_menus_space_before_label.css + context_bfrsb_labels_with_icons.css + context_bfrsb_icons_colorized.css

image

@Nemo1985
Copy link
Author

Nemo1985 commented Oct 7, 2024

Thank you, I took the chance to update from v4.5.7 to v4.5.8 and tick the option you advised, unlucky it seems that in the new version of the classic_squared_tabs.css the tabs bar is thinner.

Edit: I think the issue with the icons is due to the 128.3 version because with the 128.2 and the newest customcss version works fine.
128 2
128 3

@Aris-t2
Copy link
Owner

Aris-t2 commented Oct 8, 2024

No issue with Fx 128.3esr.

image
image

And you compared default tabs and classic squared tabs again.

@Nemo1985
Copy link
Author

Nemo1985 commented Oct 9, 2024

I'm sorry you are right, there were those differences now the context menu works fine labels and icons.
The only issue is the thinner tab bar, I tried to compare the differences between the old classic_squared_tabs.css and the new one maybe I found what dictates the difference:
/* Fx 97+ height fix */
#tabbrowser-tabs:not([secondarytext-unsupported]) .tab-label-container {
height: unset !important;
}

Commenting it makes the tab bar ticker (but on the other hand I lose some visual effect like the lower frame purple line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants