0
0
Fork 0

Add a border above the timeline hint for statuses with replies (#31387)

This commit is contained in:
Renaud Chaput 2024-08-13 09:14:41 +02:00 committed by GitHub
parent b42661ba95
commit 7e501c59c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -4248,6 +4248,10 @@ a.status-card {
}
}
.timeline-hint--with-descendants {
border-top: 1px solid var(--background-border-color);
}
.regeneration-indicator {
text-align: center;
font-size: 16px;