gfsd
This commit is contained in:
@@ -4803,7 +4803,7 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
|
||||
(min-resolution: 1.26dppx) and (max-resolution: 1.38dppx) and (min-width: 700px) {
|
||||
|
||||
body.layout-legacy .embed-responsive-16by9::before {
|
||||
padding-top: 51.25%;
|
||||
padding-top: 41.25%;
|
||||
}
|
||||
|
||||
body.layout-modern .embed-responsive-16by9::before {
|
||||
@@ -4815,7 +4815,7 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
|
||||
}
|
||||
|
||||
body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
|
||||
padding-top: 51.25%;
|
||||
padding-top: 41.25%;
|
||||
}
|
||||
|
||||
body.layout-legacy .scroll-nav-wrapper {
|
||||
@@ -4842,6 +4842,19 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
|
||||
}
|
||||
}
|
||||
|
||||
@media
|
||||
(-webkit-min-device-pixel-ratio: 1.39) and (-webkit-max-device-pixel-ratio: 1.55) and (min-width: 700px),
|
||||
(min-resolution: 1.39dppx) and (max-resolution: 1.55dppx) and (min-width: 700px) {
|
||||
|
||||
body.layout-legacy .embed-responsive-16by9::before {
|
||||
padding-top: 36.25%;
|
||||
}
|
||||
|
||||
body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
|
||||
padding-top: 36.25%;
|
||||
}
|
||||
}
|
||||
|
||||
.embed-responsive-4by3::before {
|
||||
padding-top: 75%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user