mirror of
git://develop.git.wordpress.org/
synced 2025-03-19 11:29:48 +01:00
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. Merges [49823] to the 5.6 branch. Fixes #52004. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49851 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7aa357d08d
commit
533af7e17f
@ -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;
|
||||
|
@ -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.
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user