File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 131
131
132
132
body .q-ios-padding
133
133
.q-layout--standard .q-header > .q-toolbar :nth-child (1 ),
134
- .q-layout--standard .q-header > .q-tabs :nth-child (1 ) .q-tabs-head ,
134
+ .q-layout--standard .q-header > .q-tabs :nth-child (1 ) .q-tabs__content ,
135
135
.q-layout--standard .q-drawer--top-padding .q-drawer__content
136
136
padding-top : $ios-statusbar-height
137
137
min-height : ($toolbar-min-height + $ios-statusbar-height )
138
138
padding-top : env(safe- area- in set- to p)
139
139
min-height : calc(env(safe- area- in set- to p) + #{$toolbar-min-height })
140
140
.q-layout--standard .q-footer > .q-toolbar :last-child ,
141
- .q-layout--standard .q-footer > .q-tabs :last-child .q-tabs-head ,
141
+ .q-layout--standard .q-footer > .q-tabs :nth- last-child ( 1 of : n ot( .q-layout__shadow)) .q-tabs__content ,
142
142
.q-layout--standard .q-drawer--top-padding .q-drawer__content
143
143
padding-bottom : env(safe- area- in set- botto m)
144
144
min-height : calc(env(safe- area- in set- botto m) + #{$toolbar-min-height })
You can’t perform that action at this time.
0 commit comments