Fix display of quotes in threads in WebUI (#35834)

This commit is contained in:
Claire 2025-08-20 16:39:58 +02:00 committed by GitHub
parent 50cf327819
commit 45ec4c93c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1482,18 +1482,19 @@ body > [data-popper-placement] {
border-bottom: 0;
.status__content,
.status__action-bar,
.media-gallery,
.video-player,
.audio-player,
.attachment-list,
.picture-in-picture-placeholder,
.more-from-author,
.status-card,
.hashtag-bar,
.content-warning,
.filter-warning {
& > .status__content,
& > .status__action-bar,
& > .media-gallery,
& > .video-player,
& > .audio-player,
& > .attachment-list,
& > .picture-in-picture-placeholder,
& > .more-from-author,
& > .status-card,
& > .hashtag-bar,
& > .content-warning,
& > .filter-warning,
& > .status__quote {
margin-inline-start: var(--thread-margin);
width: calc(100% - var(--thread-margin));
}