From bc822eebefa677f26e7c6fce78590bc74292e0e8 Mon Sep 17 00:00:00 2001 From: Alfredo Monclus Date: Fri, 24 May 2024 23:16:52 -0300 Subject: [PATCH] layout: reduce some paddings dropdowns print items of thumbnail view --- styles/base.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/base.css b/styles/base.css index 33c5b1aa..bf81ef8e 100644 --- a/styles/base.css +++ b/styles/base.css @@ -162,8 +162,8 @@ combobox arrow:disabled { -gtk-icon-source: None; } -combobox cellview { - padding: 0.5em; +cellview { + padding: 0.5em 0.25em 0.5em 0; } entry { @@ -630,3 +630,6 @@ trough progress { border-bottom: .4em solid @color1; } +flowboxchild { + padding: 0; +} \ No newline at end of file