feature: improve embed container sizing

This commit is contained in:
Andy Burke 2025-07-25 20:57:58 -07:00
parent 7a906b4bce
commit 9924abe542

View file

@ -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 {