[libadwaita/wip/exalm/status-pages: 22/22] demo: Fix avatar margin




commit 35b434b48034d9f5ff7e00209c00f4d2b81a1ba0
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Nov 29 01:05:58 2021 +0500

    demo: Fix avatar margin

 demo/adw-demo-window.ui | 1 +
 demo/style.css          | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/demo/adw-demo-window.ui b/demo/adw-demo-window.ui
index 4c5e8217..b895625c 100644
--- a/demo/adw-demo-window.ui
+++ b/demo/adw-demo-window.ui
@@ -591,6 +591,7 @@
                                                 <property name="size" bind-source="avatar_size" 
bind-property="value" bind-flags="sync-create"></property>
                                                 <property name="show-initials" 
bind-source="avatar_show_initials" bind-property="state" bind-flags="sync-create"/>
                                                 <property name="text" bind-source="avatar_text" 
bind-property="text" bind-flags="sync-create"/>
+                                                <property name="margin-bottom">36</property>
                                               </object>
                                             </child>
                                             <child>
diff --git a/demo/style.css b/demo/style.css
index b20e8815..ff516754 100644
--- a/demo/style.css
+++ b/demo/style.css
@@ -26,10 +26,6 @@ carousel.vertical .carousel-icon {
   margin-bottom: 36px;
 }
 
-.avatar-page > box > avatar {
-  margin-bottom: 36px;
-}
-
 flowbox.inline flowboxchild {
   padding: 0;
   background: none;


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