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

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;
}
}
}