[gnome-shell-sass] theme: Adjust style of lock screen notifications



commit d82d683287cc6a2c7a8a506b823c053c64d86a96
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Nov 29 16:08:20 2019 -0300

    theme: Adjust style of lock screen notifications
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872

 widgets/_screen-shield.scss | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/widgets/_screen-shield.scss b/widgets/_screen-shield.scss
index b360757..a28ef27 100644
--- a/widgets/_screen-shield.scss
+++ b/widgets/_screen-shield.scss
@@ -19,10 +19,10 @@
 }
 
 .unlock-dialog-notifications-container {
+  margin: 12px 0;
   spacing: 6px;
-  width: 30em;
+  width: 23em;
   background-color: transparent;
-  max-height: 500px;
   .summary-notification-stack-scrollview {
     padding-top: 0;
     padding-bottom: 0;
@@ -36,16 +36,16 @@
     color: $osd_fg_color;
     border-radius: 4px;
   }
-  .notification { margin-right: 15px; } //compensate for space allocated to the scrollbar
 }
 
-
 .unlock-dialog-notification-label {
-  font-weight: bold;
   padding: 0px 0px 0px 12px;
 }
 
-.unlock-dialog-notification-count-text { padding: 0px 0px 0px 12px; }
+.unlock-dialog-notification-count-text {
+  weight: bold;
+  padding: 0px 12px;
+}
 
 .screen-shield-background { //just the shadow, really
   background: black;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]