[feature/frontend] Add visibility icon for posts

This commit is contained in:
tobi 2025-03-14 11:22:39 +01:00
commit 0b91c97859
2 changed files with 32 additions and 1 deletions

View file

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