From 9cadf80ced653bd7282fa9bccd4bfe512b1c340a Mon Sep 17 00:00:00 2001 From: drakkar1969 Date: Sun, 19 May 2019 23:33:22 +0200 Subject: [PATCH] Round user icons in GNOME dialogs (#248) --- common/gnome-shell/3.30/sass/_common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/gnome-shell/3.30/sass/_common.scss b/common/gnome-shell/3.30/sass/_common.scss index 9210f45..18608de 100644 --- a/common/gnome-shell/3.30/sass/_common.scss +++ b/common/gnome-shell/3.30/sass/_common.scss @@ -315,7 +315,7 @@ StScrollBar { &-logout-icon { border: 0px solid transparent; - border-radius: 2px; + border-radius: 99px; width: 48px; height: 48px; background-size: contain; @@ -507,8 +507,8 @@ StScrollBar { color: $warning_color; } - &-user-icon { - border-radius: 2px; + &-icon { + border-radius: 99px; background-size: contain; width: 48px; height: 48px;