numixproject / numix-gtk-theme

A modern flat theme with a combination of light and dark elements.
GNU General Public License v3.0
1.19k stars 227 forks source link

Broken and inconsistent CSS in Gnome 3.32 #735

Open BlueGoliath opened 5 years ago

BlueGoliath commented 5 years ago

In Gnome 3.32 with Numix the CSS is broken and inconsistent. Padding around the headerbar tabs text is all over the place, there is a white line in Gnome Settings, and some applications have a border separator while others do not.

Screenshot from 2019-04-14 01-35-48

khurshid-alam commented 5 years ago

Gnome disks uses wrong margin here. They recently switched to double header bar but it is ignoring styles from parent headerbar classes and adwaita was patched. And I don't see problems with other apps though.

BlueGoliath commented 5 years ago

The separator on the left in Gnome Settings is white and has wrong width. Gnome Tweaks doesn't have a right side separator. Headerbar tabs all seem to have different padding for the text.

khurshid-alam commented 5 years ago

he separator on the left in Gnome Settings is white and has wrong width.

It wasn't there in previous version. Investigating.

Gnome Tweaks doesn't have a right side separator.

Tweak overrides it. Bug filed.

Headerbar tabs all seem to have different padding for the text.

Again apps themselves have different fixed padding. Numix doesn't do anything.

Numix doesn't have styles for every gnome apps. They all inherit the parent styles. But since these gnome apps often breaks even with stable gtk, it may be good idea to override styles specific apps but we can't do it for every possible apps. I will try to fix some of these in next release.

BlueGoliath commented 5 years ago

Right, thank you. Really appreciate it!