From 6c6c89c63470b5dd9c24914ba471a119dca2ac66 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 13 Feb 2020 15:03:30 +0100 Subject: [PATCH] theme: default avatar should remain being a pill - force size due to the necessary whitespace/padding being added to the dimensions - use osd FG color for background as it's $variant independednt https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/996 --- data/theme/gnome-shell-sass/widgets/_misc.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss index 387167349..8f7e8d824 100644 --- a/data/theme/gnome-shell-sass/widgets/_misc.scss +++ b/data/theme/gnome-shell-sass/widgets/_misc.scss @@ -35,6 +35,13 @@ &:hover { color: lighten($osd_fg_color,30%); } + + & 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 {