by roundabout, Thursday, 12 March 2020, 09:56:26 (1584006986), pushed by roundabout, Sunday, 11 May 2025, 13:22:49 (1746969769)
Author identity: nana-4 <hnmaigo@gmail.com>
a4ab45e1d5e2ed99a940e862a7e73b327c33650a
src/_sass/gnome-shell/components/misc/_misc.scss
@@ -19,6 +19,27 @@ $user-icon: if($version >= 3.32, ".user-icon", ".framed-user-icon");
}
}
@if $version >= 3.36 {
.user-icon {
StIcon {
background-color: $fill;
border-radius: $circular-radius;
}
}
@each $class, $size in (".vertical", 128px), (".horizontal", 64px) {
.user-widget#{$class} .user-icon {
icon-size: $size;
StIcon {
width: $size / 2;
height: $size / 2;
padding: $size / 4;
}
}
}
}
// Lightbox
.lightbox {
background-color: black;