[libadwaita] stylesheet: More spacing between list row title and description



commit 4e27124f22d8214f487bfd420fbee344579afe96
Author: Tobias Bernard <tbernard gnome org>
Date:   Tue Nov 23 16:59:21 2021 +0100

    stylesheet: More spacing between list row title and description

 src/stylesheet/widgets/_lists.scss | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_lists.scss b/src/stylesheet/widgets/_lists.scss
index 7435e32d..e32ce14b 100644
--- a/src/stylesheet/widgets/_lists.scss
+++ b/src/stylesheet/widgets/_lists.scss
@@ -88,8 +88,9 @@ row {
     }
 
     > box.title {
-      margin-top: 8px;
-      margin-bottom: 8px;
+      margin-top: 6px;
+      margin-bottom: 6px;
+      border-spacing: 3px;
     }
   }
 }


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