[gnome-shell-sass] theme: default avatar should remain being a pill
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: default avatar should remain being a pill
- Date: Mon, 17 Feb 2020 23:35:30 +0000 (UTC)
commit af4c38768b08f83da10af975d21e193d4061478b
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Feb 13 15:03:30 2020 +0100
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
widgets/_misc.scss | 7 +++++++
1 file changed, 7 insertions(+)
---
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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]