This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 217217 top : @drawer-pf-top-vertical ; // menu height;
218218 @media (max-width : @screen-xs-max ) {
219219 width :100% ;
220- height : calc ( ~ " 100vh - @{drawer-pf-top-vertical} " ) ;
220+ height : ~ " calc( 100vh - @{drawer-pf-top-vertical} ) " ;
221221 }
222222
223223 }
242242 border-top : 0 ;
243243 @media (max-width : @screen-xs-max ) {
244244 width :100% ;
245- height : calc ( ~ " 100vh - @{drawer-pf-top-horizontal} - 32px" ) ;
246- top :calc ( ~ " @{drawer-pf-top-horizontal} + 10px" ) ;
245+ height : ~ " calc( 100vh - @{drawer-pf-top-horizontal} - 32px) " ;
246+ top : ~ " calc( @{drawer-pf-top-horizontal} + 10px) " ;
247247 }
248248 }
249249 .drawer-pf-trigger-icon { cursor : pointer ; }
Original file line number Diff line number Diff line change 217217 top : $drawer-pf-top-vertical ; // menu height;
218218 @media (max-width : $screen-xs-max ) {
219219 width :100% ;
220- height : calc ( unquote (" 100vh - #{$drawer-pf-top-vertical } " ) );
220+ height : unquote (" calc( 100vh - #{$drawer-pf-top-vertical } ) " );
221221 }
222222
223223 }
242242 border-top : 0 ;
243243 @media (max-width : $screen-xs-max ) {
244244 width :100% ;
245- height : calc ( unquote (" 100vh - #{$drawer-pf-top-horizontal } - 32px" ) );
246- top :calc ( unquote (" #{$drawer-pf-top-horizontal } + 10px" ) );
245+ height : unquote (" calc( 100vh - #{$drawer-pf-top-horizontal } - 32px) " );
246+ top : unquote (" calc( #{$drawer-pf-top-horizontal } + 10px) " );
247247 }
248248 }
249249 .drawer-pf-trigger-icon { cursor : pointer ; }
Original file line number Diff line number Diff line change 217217 top : $drawer-pf-top-vertical ; // menu height;
218218 @media (max-width : $screen-xs-max ) {
219219 width :100% ;
220- height : calc ( unquote (" 100vh - #{$drawer-pf-top-vertical } " ) );
220+ height : unquote (" calc( 100vh - #{$drawer-pf-top-vertical } ) " );
221221 }
222222
223223 }
242242 border-top : 0 ;
243243 @media (max-width : $screen-xs-max ) {
244244 width :100% ;
245- height : calc ( unquote (" 100vh - #{$drawer-pf-top-horizontal } - 32px" ) );
246- top :calc ( unquote (" #{$drawer-pf-top-horizontal } + 10px" ) );
245+ height : unquote (" calc( 100vh - #{$drawer-pf-top-horizontal } - 32px) " );
246+ top : unquote (" calc( #{$drawer-pf-top-horizontal } + 10px) " );
247247 }
248248 }
249249 .drawer-pf-trigger-icon { cursor : pointer ; }
You can’t perform that action at this time.
0 commit comments