summaryrefslogtreecommitdiff
path: root/web/source
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-14 13:57:55 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-14 13:57:55 +0100
commitd3c3d34aaee220f1d3a9ba7bd8d0f9dc5e9c6b79 (patch)
tree03da20fa1b871afc71447a2d824d66265a6ba020 /web/source
parent[chore] Tweak "nothing here!" message (#3907) (diff)
downloadgotosocial-d3c3d34aaee220f1d3a9ba7bd8d0f9dc5e9c6b79.tar.xz
[feature/frontend] Add visibility icon for posts (#3908)
Diffstat (limited to 'web/source')
-rw-r--r--web/source/css/status.css4
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;