onsenui
Version:
HTML5 Mobile Framework & UI Components
13 lines (12 loc) • 437 B
CSS
@media (orientation: landscape) {
html[onsflag-iphonex-landscape] .page__content {
padding-left: var(--iphonex-safe-area-inset-left-landscape);
padding-right: var(--iphonex-safe-area-inset-right-landscape);
}
/* Ignore if the page is in dialogs or modals */
html[onsflag-iphonex-landscape] .dialog .page__content,
html[onsflag-iphonex-landscape] .modal .page__content {
padding-left: 0;
padding-right: 0;
}
}