Twenty Twenty-One: Prevent <iframe> embeds from being too narrow.

This fixes an issue where `<iframe>` embeds were being pushed to the side of the screen and compressed to the point of being unusable.

Props helen, mukesh27, poena, thorlentz.
Fixes #52004.

git-svn-id: https://develop.svn.wordpress.org/trunk@49823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2020-12-17 14:03:37 +00:00
parent f228a4bc6f
commit a35f9fda65
4 changed files with 0 additions and 22 deletions

View File

@ -5866,12 +5866,6 @@ h1.entry-title {
margin: 30px 0 !important;
max-width: 100% !important;
}
@media only screen and (min-width: 482px) {
.entry-content > iframe[style] {
max-width: 30px !important;
}
}
.entry-footer {
color: #28303d;

View File

@ -53,10 +53,6 @@ h1.entry-title {
margin: var(--global--spacing-vertical) 0 !important;
max-width: 100% !important;
@include media(mobile) {
max-width: var(--global--spacing-vertical) !important;
}
}
// Classic editor audio embeds.

View File

@ -4135,12 +4135,6 @@ h1.entry-title {
margin: var(--global--spacing-vertical) 0 !important;
max-width: 100% !important;
}
@media only screen and (min-width: 482px) {
.entry-content > iframe[style] {
max-width: var(--global--spacing-vertical) !important;
}
}
.entry-footer {
color: var(--global--color-primary);

View File

@ -4155,12 +4155,6 @@ h1.entry-title {
margin: var(--global--spacing-vertical) 0 !important;
max-width: 100% !important;
}
@media only screen and (min-width: 482px) {
.entry-content > iframe[style] {
max-width: var(--global--spacing-vertical) !important;
}
}
.entry-footer {
color: var(--global--color-primary);