[gtk/wip/exalm/separator: 2/2] theme: Force 0 padding on separator.sidebar




commit 39d6b752f7b453a548f4e2b7740ff51fa4eb605f
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Nov 22 15:27:35 2020 +0500

    theme: Force 0 padding on separator.sidebar
    
    Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3385

 gtk/theme/Adwaita/_common.scss | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 2e90668ddf..8ec6e9cdbd 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3581,6 +3581,7 @@ stacksidebar {
 
 separator.sidebar {
   background-color: $borders_color;
+  padding: 0;
 }
 
 


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