[gnome-software: 1/2] gs-info-bar: Minor styling fixes




commit 079275590f9711deef8936f9e49acef814cc2328
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Jul 25 14:14:11 2022 +0200

    gs-info-bar: Minor styling fixes
    
    This makes the infobar look not completely broken. There’s more work to
    do, but that probably involves more in-depth redesign of the use cases
    for these infobars in the first place.
    
    The aim of this commit is just to make them look not completely broken.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #197

 src/gs-info-bar.ui | 1 +
 src/style.css      | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-info-bar.ui b/src/gs-info-bar.ui
index b2ce23ee4..70e633289 100644
--- a/src/gs-info-bar.ui
+++ b/src/gs-info-bar.ui
@@ -12,6 +12,7 @@
           <object class="GtkBox" id="content_area">
             <property name="spacing">0</property>
             <property name="halign">fill</property>
+            <property name="hexpand">True</property>
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkLabel" id="label_title">
diff --git a/src/style.css b/src/style.css
index 4c838f2dd..35c0811e5 100644
--- a/src/style.css
+++ b/src/style.css
@@ -167,7 +167,6 @@ clamp.large .category-tile:not(.category-tile-iconless) {
        border-color: darker(shade(@theme_bg_color, 0.9));
        border-style: solid;
        border-width: 1px;
-       padding: 12px;
 }
 
 .application-details-infobar.warning {


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