@@ -73,20 +73,23 @@ $layout-transition = all .12s ease-in
7373 pointer-events auto
7474
7575body .q-ios-statusbar-padding
76- .q-layout-header > .q-toolbar :nth-child (2 ),
77- .q-layout-header > .q-tabs :nth-child (2 ) .q-tabs-head
78- .q-layout-drawer.top-padding
76+ .q-layout .q-layout-header > .q-toolbar :nth-child (2 ),
77+ .q-layout .q-layout-header > .q-tabs :nth-child (2 ) .q-tabs-head
78+ .q-layout .q-layout-drawer.top-padding ,
79+ .modal :not (.minimized ) .q-layout-header > .q-toolbar :nth-child (1 )
7980 padding-top $ios-statusbar-height
8081 min-height ($toolbar-min-height + $ios-statusbar-height )
8182
8283body .q-ios-statusbar-x
83- .q-layout-header > .q-toolbar :nth-child (2 ),
84- .q-layout-header > .q-tabs :nth-child (2 ) .q-tabs-head
85- .q-layout-drawer.top-padding
84+ .q-layout .q-layout-header > .q-toolbar :nth-child (2 ),
85+ .q-layout .q-layout-header > .q-tabs :nth-child (2 ) .q-tabs-head
86+ .q-layout .q-layout-drawer.top-padding ,
87+ .modal :not (.minimized ) .q-layout-header > .q-toolbar :nth-child (1 )
8688 padding-top env (safe-area-inset-top )
87- .q-layout-footer > .q-toolbar :last-child ,
88- .q-layout-footer > .q-tabs :last-child .q-tabs-head
89- .q-layout-drawer.top-padding
89+ .q-layout .q-layout-footer > .q-toolbar :last-child ,
90+ .q-layout .q-layout-footer > .q-tabs :last-child .q-tabs-head
91+ .q-layout .q-layout-drawer.top-padding ,
92+ .modal :not (.minimized ) .q-layout-footer > .q-toolbar :last-child
9093 padding-bottom env (safe-area-inset-bottom )
9194 min-height ($toolbar-min-height + $ios-statusbar-height )
9295
0 commit comments