diff options
| author | 2025-04-14 11:18:18 +0200 | |
|---|---|---|
| committer | 2025-04-14 10:18:18 +0100 | |
| commit | 6ff0d3355c487dbdc13403ec32f5e587c7f93073 (patch) | |
| tree | e4a85a079ec0ca6843489ef86043e381297b137b /web/source | |
| parent | [chore]: Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#4003) (diff) | |
| download | gotosocial-6ff0d3355c487dbdc13403ec32f5e587c7f93073.tar.xz | |
[feature/frontend] Add visibility icon for posts (#4005)
Diffstat (limited to 'web/source')
| -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 6f2c458f4..91665cd45 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -275,6 +275,10 @@ gap: 0.4rem; } + .stats-item.published-at { + text-decoration: underline; + } + .stats-item:not(.published-at):not(.edited-at) { z-index: 1; user-select: none; |
