From 74d84cb2f22600b6246343e9ea606cf0db7517f0 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 19 Nov 2025 05:47:30 +0700 Subject: Big GUI improvements on Nostr rendering and fetching --- gui/src/styles/trill.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'gui/src/styles/trill.css') diff --git a/gui/src/styles/trill.css b/gui/src/styles/trill.css index 0b1650c..dc08f48 100644 --- a/gui/src/styles/trill.css +++ b/gui/src/styles/trill.css @@ -264,6 +264,10 @@ } /* threads */ +#thread-head { + font-size: 1.3rem; +} + .trill-reply-thread { margin-top: 1rem; } @@ -272,6 +276,16 @@ border-top: 1px solid black; } +.minithread { + margin-top: 1rem; + + .tail { + .trill-post { + border: unset !important; + } + } +} + /* footer */ .footer-wrapper { -- cgit v1.2.3