summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-02-13 15:03:30 +0100
committerFlorian Müllner <fmuellner@gnome.org>2020-02-18 00:33:21 +0100
commitaf4c38768b08f83da10af975d21e193d4061478b (patch)
tree6a6948ef6dd200fa0fdcd12368770ba0abdb94d8
parent8454c07388ddc9cfd0fbe3ca630b78121fc3edb9 (diff)
downloadgnome-shell-sass-af4c38768b08f83da10af975d21e193d4061478b.tar.gz
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
-rw-r--r--widgets/_misc.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/_misc.scss b/widgets/_misc.scss
index 3871673..8f7e8d8 100644
--- a/widgets/_misc.scss
+++ b/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 {