feat: Introduce custom emojis, pinned comments, and comment locking, and enable toggling comment section visibility.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user