feature: improve embed container sizing
This commit is contained in:
parent
7a906b4bce
commit
9924abe542
1 changed files with 1 additions and 2 deletions
|
@ -228,10 +228,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#talk .embed-container.square {
|
#talk .embed-container.square {
|
||||||
height: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-bottom: 50%;
|
aspect-ratio: 1 / 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#talk .embed-container iframe {
|
#talk .embed-container iframe {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue