diff options
| author | polwex <polwex@sortug.com> | 2025-11-19 05:47:30 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-19 05:47:30 +0700 |
| commit | 74d84cb2f22600b6246343e9ea606cf0db7517f0 (patch) | |
| tree | 0d68285c8e74e6543645e17ab2751d543c1ff9a6 /gui/src/styles/trill.css | |
| parent | e6e657be3a3b1dae426b46f3bc16f9a5cf4861c2 (diff) | |
Big GUI improvements on Nostr rendering and fetchingpolwex/iris
Diffstat (limited to 'gui/src/styles/trill.css')
| -rw-r--r-- | gui/src/styles/trill.css | 14 |
1 files changed, 14 insertions, 0 deletions
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 { |
