[fractal/wip/cdavis/fix-adaptive-lists: 4/4] css: Fix adaptive message list
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/wip/cdavis/fix-adaptive-lists: 4/4] css: Fix adaptive message list
- Date: Mon, 9 Nov 2020 08:29:07 +0000 (UTC)
commit 14b81bfd51e1463ded239692e98d6fb60bf687fe
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]