From 6ff0d3355c487dbdc13403ec32f5e587c7f93073 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:18:18 +0200 Subject: [feature/frontend] Add visibility icon for posts (#4005) --- web/source/css/status.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/source') 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; -- cgit v1.2.3