From a8558c0941be02b0d35ded7ca383644c62f51ad6 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 6 Aug 2021 12:10:49 +0200 Subject: [PATCH] styling: add padding to the screenshot carousel Fixes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1370 --- src/gtk-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk-style.css b/src/gtk-style.css index 5c303b8a7..e8e42d357 100644 --- a/src/gtk-style.css +++ b/src/gtk-style.css @@ -112,6 +112,7 @@ sidebar row.needs-attention:selected > box > label { screenshot-carousel > box { border-width: 1px 0; + padding: 12px 0; } screenshot-carousel button { -- GitLab