Don't show comment hint for timeline item container

This commit is contained in:
Lim Chee Aun 2024-01-30 14:28:28 +08:00
parent 94c59c47d1
commit 14f5c37721

View file

@ -654,6 +654,10 @@
display: flex;
gap: 4px;
align-items: center;
.timeline-item-container & {
display: none;
}
}
.status.compact-thread .spoiler-badge {