FIX: Lazy TikTok embeds height in chat (#27306)
This commit is contained in:
parent
a64f021f49
commit
625c715856
|
@ -78,5 +78,8 @@ $max_image_height: 150px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
max-height: $max_image_height;
|
max-height: $max_image_height;
|
||||||
max-width: calc(#{$max_image_height} / 9 * 16);
|
max-width: calc(#{$max_image_height} / 9 * 16);
|
||||||
|
&:has(div[data-provider-name="tiktok"]) {
|
||||||
|
max-height: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue