[gnome-shell/wip/snwh/style-updates] theme: saner media controls
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: saner media controls
- Date: Fri, 31 Dec 2021 19:31:58 +0000 (UTC)
commit c4beac9c6d0ba8368394d3369f1f1e6bf1304da3
Author: Sam Hewitt <sam snwh org>
Date: Fri Dec 31 16:01:26 2021 -0330
theme: saner media controls
.../gnome-shell-sass/widgets/_message-list.scss | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_message-list.scss
b/data/theme/gnome-shell-sass/widgets/_message-list.scss
index 53af33e570..a583283826 100644
--- a/data/theme/gnome-shell-sass/widgets/_message-list.scss
+++ b/data/theme/gnome-shell-sass/widgets/_message-list.scss
@@ -142,30 +142,32 @@
/* Media Controls */
.message-media-control {
- padding: $base_padding * 2 1.64em; // $base_padding * 4 = 24px
- color: darken($fg_color, 15%);
+ padding: 0 $base_padding*2;
+ margin: $base_padding*2 0;
+ border-radius: $base_border_radius;
+ color: $fg_color;
- // uses $hover_bg_color since the media controls are in a notification_bubble
+ // colors are lightened since the media controls are in a notification_bubble
&:hover {
background-color: lighten($hover_bg_color, 5%);
color: $fg_color;
}
&:active {
- background-color: darken($hover_bg_color, 2%);
+ background-color: lighten($active_bg_color, 5%);
color: $fg_color;
}
- &:insensitive { color: darken($fg_color,40%); }
+ &:insensitive { color: lighten($insensitive_fg_color, 5%); }
// fix border-radius for last button
- &:last-child:ltr { border-radius: 0 $base_border_radius+2 $base_border_radius+2 0; }
- &:last-child:rtl { border-radius: $base_border_radius+2 0 0 $base_border_radius+2; }
+ &:last-child:ltr { margin-right: $base_margin*3; }
+ &:last-child:rtl { margin-left: $base_margin*3; }
}
// album-art
.media-message-cover-icon {
- icon-size: $base_icon_size*2 !important; // 48px
+ icon-size: $base_icon_size*3 !important; // 48px
border-radius: $base_border_radius;
// when there is no artwork
@@ -174,6 +176,7 @@
background-color: $bg_color;
border: 1px solid transparent;
border-radius: $base_border_radius;
- icon-size: $base_icon_size * 2 !important;
+ icon-size: $base_icon_size * 2 !important; // 32px
+ padding: ($base_padding*2 + 2); // 16px
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]