FIX: Lazy TikTok embeds height in chat (#27306)

This commit is contained in:
Jan Cernik 2024-06-03 11:20:47 -03:00 committed by GitHub
parent a64f021f49
commit 625c715856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -78,5 +78,8 @@ $max_image_height: 150px;
object-fit: contain;
max-height: $max_image_height;
max-width: calc(#{$max_image_height} / 9 * 16);
&:has(div[data-provider-name="tiktok"]) {
max-height: unset;
}
}
}