[gnome-software/wip/exalm/style-cleanups: 26/29] style: Update .list-page styles




commit 0a152f71f7ba87db60b83fdab6290e0f9f99d8a2
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 9 22:51:45 2021 +0500

    style: Update .list-page styles
    
    AdwPreferencesPage doesn't change margins like that anymore.

 src/style.css | 31 ++-----------------------------
 1 file changed, 2 insertions(+), 29 deletions(-)
---
diff --git a/src/style.css b/src/style.css
index d35486a4c..0014c5d63 100644
--- a/src/style.css
+++ b/src/style.css
@@ -317,35 +317,8 @@ star-image {
  * set as a property. */
 
 scrolledwindow.list-page > viewport > clamp > box {
-  margin: 0 12px; transition: margin-bottom 200ms ease;
-}
-
-scrolledwindow.list-page > viewport > clamp > box.section {
-  transition: margin-top 200ms ease;
-}
-
-scrolledwindow.list-page > viewport > clamp > box.small {
-  margin-bottom: 18px;
-}
-
-scrolledwindow.list-page > viewport > clamp > box.small .section {
-  margin-top: 18px;
-}
-
-scrolledwindow.list-page > viewport > clamp > box.medium {
-  margin-bottom: 24px;
-}
-
-scrolledwindow.list-page > viewport > clamp > box.medium .section {
-  margin-top: 24px;
-}
-
-scrolledwindow.list-page > viewport > clamp > box.large {
-  margin-bottom: 30px;
-}
-
-scrolledwindow.list-page > viewport > clamp > box.large .section {
-  margin-top: 30px;
+       margin: 24px 12px;
+       border-spacing: 24px;
 }
 
 /* Increase the spacing in the Update Preferences window between the label and


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