mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 08:44:48 +08:00
UX: fix height of lazy youtube embeds (#27671)
This commit is contained in:
@ -143,3 +143,8 @@
|
||||
border-radius: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
// Overrides core onebox height: auto; that can cause a conflict
|
||||
.lazy-video-wrapper .lazy-video-container.youtube-onebox {
|
||||
height: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user