diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss index 9b5c6c085..f9724398d 100644 --- a/data/theme/gnome-shell-sass/widgets/_misc.scss +++ b/data/theme/gnome-shell-sass/widgets/_misc.scss @@ -15,18 +15,26 @@ & StIcon { background-color: transparentize($osd_fg_color,0.95); - padding: 18px 20px 22px 20px; - width: 88px; height: 88px; border-radius: 99px; } } .user-widget.vertical .user-icon { icon-size: 128px; + + & StIcon { + padding: 18px 20px 22px 20px; + width: 88px; height: 88px; + } } .user-widget.horizontal .user-icon { icon-size: 64px; + + & StIcon { + padding: 9px 10px 11px 10px; + width: 44px; height: 44px; + } } .lightbox { background-color: black; }