add 'edited-at' field to status info web template

This commit is contained in:
kim 2025-01-03 16:12:03 +00:00
commit 74a23a8657
2 changed files with 9 additions and 1 deletions

View file

@ -443,7 +443,7 @@ main {
gap: 0.4rem;
}
.stats-item:not(.published-at) {
.stats-item:not(.published-at):not(.edited-at) {
z-index: 1;
user-select: none;
}