[gnome-contacts] data/ui/style: reduce margin of contact lists



commit 8833db465e115d0780fb0437e7b174f1994d1288
Author: Pablo Correa Gómez <ablocorrea hotmail com>
Date:   Sun Apr 17 19:51:20 2022 +0200

    data/ui/style: reduce margin of contact lists
    
    This allows to fit the application in narrower screens like phones,
    where the app would already fit before GTK4 transition.
    
    Fixes #237

 data/ui/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/style.css b/data/ui/style.css
index 6bb5f58e..4e1c9712 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -41,7 +41,7 @@ flowboxchild.circular {
 
 .contacts-sheet-container,
 .contacts-contact-editor-container {
-  margin: 32px 36px;
+  margin: 36px 12px 24px 12px;
 }
 
 .contacts-sheet-property,


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