[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
commit 6ff0d3355c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;