B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
819 stars 116 forks source link

Gnome Shell: wrong user icon size #139

Closed hlechner closed 5 years ago

hlechner commented 5 years ago

The "user" icon show as wrong size on gnome shell theme.

Distro: Arch Linux Kernel: 4.19.4-arch1-1-ARCH Gnome: 3.30.2


Gnome shell: Windows-10-master image

Gnome shell: Yaru image

hlechner commented 5 years ago

This code cause this behavior:

.system-switch-user-submenu-icon {
    icon-size: 48px;
    border: none; }

If the icon-size line is removed, the problem reported is solved