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
This commit is contained in:
Jakub Steiner 2020-02-13 15:03:30 +01:00 committed by Georges Basile Stavracas Neto
parent e57768e2e8
commit 6c6c89c634

View File

@ -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 {