[Glitch] Fix display of quotes in threads in WebUI

Port 45ec4c93c0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2025-08-20 16:39:58 +02:00
parent 4e7b270365
commit 0a0f57f3ec

View File

@@ -1541,18 +1541,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));
}