Fix double indent for post attachments and metadata in grouped notifications (#2793)

pull/2795/head^2
Claire 2024-07-24 22:35:39 +02:00 committed by GitHub
parent 0adf31c007
commit 6be21ae8ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 9 deletions

View File

@ -11100,15 +11100,7 @@ noscript {
$icon-margin: 48px; // 40px avatar + 8px gap
.status__content,
.status__action-bar,
.media-gallery,
.video-player,
.audio-player,
.attachment-list,
.picture-in-picture-placeholder,
.more-from-author,
.status-card,
.hashtag-bar {
.status__action-bar {
margin-inline-start: $icon-margin;
width: calc(100% - $icon-margin);
}