[gnome-software/wip/exalm/style-cleanups: 29/29] style: Fix indentation




commit 91a884088b8cef0221e0cfd38940cc085b8c0e3c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Nov 10 15:16:33 2021 +0500

    style: Fix indentation

 src/style.css | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/src/style.css b/src/style.css
index 6434285e9..aabcfe144 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,5 +1,5 @@
 .details-page {
-  margin: 24px 0px;
+       margin: 24px 0px;
 }
 
 .installed-overlay-box {
@@ -325,7 +325,7 @@ scrolledwindow.list-page > viewport > clamp > box {
  * the listbox. */
 
 .update-preferences preferencesgroup > box > box {
-  margin-top: 18px;
+       margin-top: 18px;
 }
 
 /* The following style is taken from libhandy's AdwPreferencesGroup style, which
@@ -342,21 +342,21 @@ scrolledwindow.list-page > viewport > clamp > box {
  * a spinner and the updates spinner page can be ported to it. */
 
 clamp.status-page {
-  margin: 36px 12px;
+       margin: 36px 12px;
 }
 
 clamp.status-page .icon {
-  color: alpha(@theme_fg_color, 0.5);
-  min-height: 128px;
-  min-width: 128px;
+       color: alpha(@theme_fg_color, 0.5);
+       min-height: 128px;
+       min-width: 128px;
 }
 
 clamp.status-page .icon:not(:last-child) {
-  margin-bottom: 36px;
+       margin-bottom: 36px;
 }
 
 clamp.status-page .title:not(:last-child) {
-  margin-bottom: 12px;
+       margin-bottom: 12px;
 }
 
 app-context-bar .context-tile {
@@ -452,11 +452,11 @@ app-context-bar.vertical box:first-child .context-tile {
 }
 
 window.narrow .app-title {
-   font-size: 16pt;
+       font-size: 16pt;
 }
 
 window.narrow .app-developer {
-   font-size: small;
+       font-size: small;
 }
 
 .install-progress-label { font-size: smaller; }
@@ -469,10 +469,10 @@ scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .icon:not(:
 scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .title:not(:last-child) { 
margin-bottom: 12px; }
 
 statuspage.icon-dropshadow image.icon {
-  /* This copies the style of .icon-dropshadow from Adwaita. */
-  -gtk-icon-shadow: 0 1px 12px rgba(0,0,0,0.05),
-      0 -1px rgba(0,0,0,0.05),
-      1px 0 rgba(0,0,0,0.1),
-      0 1px rgba(0,0,0,0.3),
-      -1px 0 rgba(0,0,0,0.1);
+       /* This copies the style of .icon-dropshadow from Adwaita. */
+       -gtk-icon-shadow: 0 1px 12px rgba(0,0,0,0.05),
+                         0 -1px rgba(0,0,0,0.05),
+                         1px 0 rgba(0,0,0,0.1),
+                         0 1px rgba(0,0,0,0.3),
+                         -1px 0 rgba(0,0,0,0.1);
 }


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