[feature/frontend] Add visibility icon for posts (#4005)

This commit is contained in:
tobi
2025-04-14 11:18:18 +02:00
committed by GitHub
parent f8d17a7e76
commit 6ff0d3355c
2 changed files with 32 additions and 1 deletions

View File

@@ -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;