summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPablo Correa Gómez <ablocorrea@hotmail.com>2022-04-17 19:51:20 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-06-16 06:26:08 +0000
commit8833db465e115d0780fb0437e7b174f1994d1288 (patch)
tree96151519ab4234154a4d4eaffbcbacb37f4f14c7 /data
parent0e659a0dca1e518fd7cf0fb87f4be58b533bbebc (diff)
downloadgnome-contacts-8833db465e115d0780fb0437e7b174f1994d1288.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/ui/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/style.css b/data/ui/style.css
index 6bb5f58..4e1c971 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,