[gnome-shell/gbsneto/new-lock-screen-part2: 4/4] theme: Adjust style of lock screen notifications



commit fdb7382fb15ad5bbbee612b5d54691de0579f686
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

 data/theme/gnome-shell-sass/_common.scss | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 14bcf56bc8..9ef62f1acc 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -2066,10 +2066,9 @@ $_unlockdialog_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726);
 }
 
 .unlock-dialog-notifications-container {
+  margin: 0 12px;
   spacing: 6px;
-  width: 30em;
   background-color: transparent;
-  max-height: 500px;
   .summary-notification-stack-scrollview {
     padding-top: 0;
     padding-bottom: 0;
@@ -2083,16 +2082,17 @@ $_unlockdialog_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726);
     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 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]