aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-contacts/reduce-width.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-contacts/reduce-width.patch')
-rw-r--r--community/gnome-contacts/reduce-width.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/gnome-contacts/reduce-width.patch b/community/gnome-contacts/reduce-width.patch
deleted file mode 100644
index 7bef011ec25..00000000000
--- a/community/gnome-contacts/reduce-width.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 316dd18c
-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
-
-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,