style: Improve filechooser grid view slightly
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sat, 22 Oct 2022 13:07:28 +0000 (10:07 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Tue, 13 Dec 2022 17:45:15 +0000 (14:45 -0300)
gtk/theme/Default/_common.scss

index b6f2f39e1410925229069d1375863a39f5b310dd..20898e156df7f538073679b95384156f373420dc 100644 (file)
@@ -3566,6 +3566,11 @@ filechooser {
   }
 
   #pathbarbox { border-bottom: 1px solid $bg_color; }
+
+  gridview child {
+    border-radius: 12px;
+    margin: 12px;
+  }
 }