mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +01:00
Don't show comment hint for timeline item container
This commit is contained in:
parent
94c59c47d1
commit
14f5c37721
1 changed files with 4 additions and 0 deletions
|
@ -654,6 +654,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
.timeline-item-container & {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status.compact-thread .spoiler-badge {
|
.status.compact-thread .spoiler-badge {
|
||||||
|
|
Loading…
Reference in a new issue