123456789101112 |
- @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;
- }
- }
|