vinceliuice / WhiteSur-gtk-theme

MacOS Big Sur like theme for Gnome desktops
MIT License
5.7k stars 601 forks source link

New Firefox update weird Monterey behaviour #700

Open diorcula opened 1 year ago

diorcula commented 1 year ago

There is some weird space between the tab and the address bar since the new update.

image

vinceliuice commented 1 year ago

Check your userChrome.css file setting, you can reinstall the theme

diorcula commented 1 year ago

Check your userChrome.css file setting, you can reinstall the theme

What should i check the userChrome.css file settings for? I reinstalled the theme with ./tweaks.sh -e monterey But the bug persists

vinceliuice commented 1 year ago

Do not edit the config file, there are 3 buttons on left, just run ./tweaks.sh -f monterey

diorcula commented 1 year ago

Do not edit the config file, there are 3 buttons on left, just run ./tweaks.sh -f monterey

I ran the command and nothing changed

image


I have 4 buttons on the right, maybe this is the issue? image

vinceliuice commented 1 year ago

What's your firefox version?

diorcula commented 1 year ago

What's your firefox version? v. 106.0 (64bit)

diorcula commented 1 year ago

i found out that the weird gap is proably due to the dark mode of Firefox having this flame icon: image

but still have some other issues with the tab+ button: image

noahdigesu commented 1 year ago

Same issue with the new tab button, can't drag it anywhere and extension icons go behind it. Brand new install - never changed any file.

vinceliuice commented 1 year ago

Tips about monterey options (Fix the urlbar attached tabs issue)

  1. Remove all space separators on left of urlbar
  2. Make sure how many buttons you put on side of urlbar an then run ./tweaks.sh -f monterey -e
    
    /*--------------Configure your Monterey theme--------------
    * ONLY for Monterey theme
    * Enable one of these options and disable the other ones.
    */

/ How many buttons on left headerbar / @import "Monterey/left_header_button_3.css"; // /*@import "Monterey/left_header_button_4.css"; /*/ /@import "Monterey/left_header_button_5.css"; //

/ How many buttons on right headerbar / @import "Monterey/right_header_button_3.css"; // /*@import "Monterey/right_header_button_4.css"; /*/ /@import "Monterey/right_header_button_5.css"; //



Choose the right buttons number config then remove `/*` to enable it and add `/*` to disbale the default one
l3ifk commented 1 year ago

Tips about monterey options (Fix the urlbar attached tabs issue)

1. Remove all space separators on left of urlbar

2. Make sure how many buttons you put on side of urlbar an then run `./tweaks.sh -f monterey -e`
/*--------------Configure your Monterey theme--------------
 * ONLY for Monterey theme
 * Enable one of these options and disable the other ones.
 */

/* How many buttons on left headerbar */
@import "Monterey/left_header_button_3.css"; /**/
/*@import "Monterey/left_header_button_4.css"; /**/
/*@import "Monterey/left_header_button_5.css"; /**/

/* How many buttons on right headerbar */
@import "Monterey/right_header_button_3.css"; /**/
/*@import "Monterey/right_header_button_4.css"; /**/
/*@import "Monterey/right_header_button_5.css"; /**/

Choose the right buttons number config then remove /* to enable it and add /* to disbale the default one

this works fine for me but changes behavior when maximizing firefox vs. having a normal non maximized window. For example I have 4 buttons on the left headbar and when changing in the file you mentionend, it works fine in maximized mode. But as soon as I change the window size the tab is inside the addressbar again. Therefore when choosing 5 buttons on the left (while still only having 4) it works fine in windowed mode but as I maximize the window then there's a gap between the first tab and the addressbar.. I guess a gap is better than the overlapping thing but still annoys... Nevertheless thank you for the solution!