[fractal/wip/cdavis/fix-adaptive-lists] css: Fix adaptive message list




commit c9a2daba5d23739b83f7f2e6290af11dcdfa9dd7
Author: Christopher Davis <brainblasted disroot org>
Date:   Sat Nov 7 17:28:50 2020 -0800

    css: Fix adaptive message list
    
    Somewhere between now and the previous release,
    Fractal's message list lost it's adaptive padding.
    Now we can use HdyClamp's CSS to bring it back.

 fractal-gtk/res/app.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/fractal-gtk/res/app.css b/fractal-gtk/res/app.css
index 586a4f15..3a6c598d 100644
--- a/fractal-gtk/res/app.css
+++ b/fractal-gtk/res/app.css
@@ -156,7 +156,12 @@ row:not(:selected) .member-uid {
 
 .messages-history {
   background-color: @theme_base_color;
-  padding: 0 18px 18px;
+  padding: 0px 18px 18px;
+}
+
+clamp.small > box > .messages-history {
+  padding-left: 12px;
+  padding-right: 12px;
 }
 
 .history-view {


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