[gnome-software: 1/2] screenshot-carousel: Drop the vertical borders




commit f4586bd3ca793259f2d38231bb04f07d95e9c906
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Nov 18 14:23:35 2021 +0100

    screenshot-carousel: Drop the vertical borders
    
    We don't want double borders.

 src/style.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/style.css b/src/style.css
index 8c83de2d7..5413c6f5d 100644
--- a/src/style.css
+++ b/src/style.css
@@ -10,9 +10,8 @@
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
 }
 
-screenshot-carousel > box {
+screenshot-carousel box.frame {
        border-width: 1px 0;
-       padding: 12px 0;
 }
 
 screenshot-carousel button,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]