paullinuxthemer / Nextwaita

a GTK3 theme
GNU General Public License v3.0
31 stars 6 forks source link

Large vertical spacer in settings dialog #7

Closed flerro closed 4 years ago

flerro commented 5 years ago

Hi,

thanks for the theme, I really like it!

On Ubuntu 19.04 / GNOME Shell 3.32.0, the vertical spacer between other components in the settings dialog window is too large.

2019-06-11_12-47

FYI other windows with similar layout look fine instead (e.g. Tweak UI).

image

mld9401 commented 5 years ago

Same problem with me.

endlesskwazar commented 4 years ago

Same with me. Ubuntu 19.10 vanilla gnome session 3.34.1

wep777 commented 4 years ago

gtk.css

make change

from

min-width: 12.375rem; /180px;/

to

min-width: 1px;

Enjoy

flerro commented 4 years ago

@wep777 Thanks! It works!