EliverLara / firefox-nordic-theme

:snowflake: A dark theme for firefox theme created using the awesome Nord color palette.
357 stars 14 forks source link

Theme prevents firefox from loading #3

Open yowoda opened 2 years ago

yowoda commented 2 years ago

As the title already suggests, firefox doesn't load at its startup at all. I'm on firefox 95.0.2 and windows 10 20H2. I ran the manual installation and all required steps. Firefox

tobinbradley commented 2 years ago

Try commenting out @import "parts/csd.css"; in firefox-nordic-theme/theme/nordic-theme.css. I think there's some GTK/Gnome specific stuff in there that's not rendering correctly on Windows 10.

yowoda commented 2 years ago

Thank you! That fixed it, however the minimize, maximize and close buttons are missing. Is there any way to make cds.css windows compatible? Firefox

tobinbradley commented 2 years ago

Same here on Win 10 (on my Manjaro linux box the theme works flawlessly).

My guess is the csd file is moving the min/max/close buttons to the top bar somehow. With csd commented out they end up being hidden at the end (right side) of the tab bar, which is where they are normally. If I hover my mouse over there I can see them, and if I comment out @import "parts/icons.css"; in the nordic-theme.css file they are visible per normal.

If I figure out how to get them to the top bar on Windows I'll post it here.