[gnome-shell/wip/snwh/theme-refactor] theme > message-list: pad to account for scrollbar



commit 605e1bd95b7eb22d192401848a42d112068e26a1
Author: Sam Hewitt <sam snwh org>
Date:   Fri Dec 20 16:39:21 2019 -0500

    theme > message-list: pad to account for scrollbar

 data/theme/gnome-shell-sass/widgets/_message-list.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_message-list.scss 
b/data/theme/gnome-shell-sass/widgets/_message-list.scss
index 56541ba345..b0e2b491dc 100644
--- a/data/theme/gnome-shell-sass/widgets/_message-list.scss
+++ b/data/theme/gnome-shell-sass/widgets/_message-list.scss
@@ -8,8 +8,8 @@
 }
 
 .message-list-sections {
-  margin:$base_margin;
   spacing: $base_spacing;
+  margin: $base_margin * 4; // to account for scrollbar
 }
 
 .message-list-section,


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