File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ html.ionic ion-modal ion-header {
4747 */
4848html .ionic ion-modal .modal-card ion-header ion-toolbar :first-of-type ,
4949html .ionic ion-modal .modal-sheet ion-header ion-toolbar :first-of-type ,
50- html .ionic ion-modal ion-footer ion-toolbar :first-of-type {
50+ html .ionic ion-modal ion-footer ion-toolbar :first-of-type ,
51+ html .ionic ion-footer .modal-footer-moving ion-toolbar :first-of-type {
5152 padding-top : globals .$ion-space-400 ;
5253}
5354
@@ -63,12 +64,14 @@ html.ionic ion-modal ion-footer ion-toolbar:last-of-type {
6364}
6465
6566/* *
66- * Add additional padding to the left and right of toolbars while accounting
67- * for the safe area insets.
67+ * Add padding on the left and right
68+ * of toolbars while accounting for
69+ * safe area values when in landscape.
6870*/
69- html .ionic ion-modal ion-toolbar {
70- --padding-start : calc (var (--ion-safe-area-right ) + #{globals .$ion-space-400 } );
71- --padding-end : calc (var (--ion-safe-area-left ) + #{globals .$ion-space-400 } );
71+ html .ionic ion-modal ion-toolbar ,
72+ html .ionic .modal-footer-moving ion-toolbar {
73+ padding-right : calc (var (--ion-safe-area-right ) + #{globals .$ion-space-400 } );
74+ padding-left : calc (var (--ion-safe-area-left ) + #{globals .$ion-space-400 } );
7275}
7376
7477/* *
You can’t perform that action at this time.
0 commit comments