diff --git a/src/styles-new/_constants-mobile.scss b/src/styles-new/_constants-mobile.scss index 35e399abe0..437185aa01 100644 --- a/src/styles-new/_constants-mobile.scss +++ b/src/styles-new/_constants-mobile.scss @@ -26,6 +26,7 @@ $mobileListIconSize: 30px; $mobileTitleDescH: 35px; $mobileOverlayMargin: 20px; +$mobileMenuIconD: 34px; $phoneItemH: floor($ueBrowseGridItemLg/4); $tabletItemH: floor($ueBrowseGridItemLg/3); diff --git a/src/ui/components/controls/pane.vue b/src/ui/components/controls/pane.vue index 5480811318..00dc06e350 100644 --- a/src/ui/components/controls/pane.vue +++ b/src/ui/components/controls/pane.vue @@ -1,24 +1,20 @@