From ce12ab83075c79a5f9d06758cbf3f89084127fe4 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 22 Oct 2022 10:07:28 -0300 Subject: [PATCH] style: Improve filechooser grid view slightly --- gtk/theme/Default/_common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index b6f2f39e14..20898e156d 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -3566,6 +3566,11 @@ filechooser { } #pathbarbox { border-bottom: 1px solid $bg_color; } + + gridview child { + border-radius: 12px; + margin: 12px; + } } -- 2.30.2