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

This commit is contained in:
tobi
2025-03-14 13:57:55 +01:00
committed by GitHub
parent 85ee7cca47
commit d3c3d34aae
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;