diff options
| author | 2025-03-14 13:57:55 +0100 | |
|---|---|---|
| committer | 2025-03-14 13:57:55 +0100 | |
| commit | d3c3d34aaee220f1d3a9ba7bd8d0f9dc5e9c6b79 (patch) | |
| tree | 03da20fa1b871afc71447a2d824d66265a6ba020 /web/source/css/status.css | |
| parent | [chore] Tweak "nothing here!" message (#3907) (diff) | |
| download | gotosocial-d3c3d34aaee220f1d3a9ba7bd8d0f9dc5e9c6b79.tar.xz | |
[feature/frontend] Add visibility icon for posts (#3908)
Diffstat (limited to 'web/source/css/status.css')
| -rw-r--r-- | web/source/css/status.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/css/status.css b/web/source/css/status.css index 5938919f5..4b2d7e2a7 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -448,6 +448,10 @@ main { gap: 0.4rem; } + .stats-item.published-at { + text-decoration: underline; + } + .stats-item:not(.published-at):not(.edited-at) { z-index: 1; user-select: none; |
