feat: Introduce custom emojis, pinned comments, and comment locking, and enable toggling comment section visibility.

This commit is contained in:
x
2026-01-25 15:20:56 +01:00
parent bf5996d2ba
commit a944a7c4e7
2 changed files with 53 additions and 0 deletions

View File

@@ -896,6 +896,13 @@ html[theme="f0ck95"] #next {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
opacity: 1;
transition: opacity 0.3s ease;
}
#comments-container.faded-out {
opacity: 0;
pointer-events: none;
}
.comments-header {