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



commit cf68a3ed73d5399ea27ec5bc3b4d1c272962acb2
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 +++++-----
 js/ui/unlockDialog.js                    |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index e12a747831..26cfe9e792 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -2071,10 +2071,9 @@ $_unlockdialog_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726);
 }
 
 .unlock-dialog-notifications-container {
+  margin: 12px 0;
   spacing: 6px;
-  width: 30em;
   background-color: transparent;
-  max-height: 500px;
   .summary-notification-stack-scrollview {
     padding-top: 0;
     padding-bottom: 0;
@@ -2088,16 +2087,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;
diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js
index 688d1772fd..05a62ffb8c 100644
--- a/js/ui/unlockDialog.js
+++ b/js/ui/unlockDialog.js
@@ -19,7 +19,7 @@ const SCREENSAVER_SCHEMA = 'org.gnome.desktop.screensaver';
 const BLUR_BRIGHTNESS = 0.55;
 const BLUR_RADIUS = 200;
 
-const SUMMARY_ICON_SIZE = 48;
+const SUMMARY_ICON_SIZE = 32;
 
 var NotificationsBox = GObject.registerClass({
     Signals: { 'wake-up-screen': {} },


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