From 3a2439cd16b70d069d5343631d3bca5c871a784c Mon Sep 17 00:00:00 2001 From: charlesh88 Date: Tue, 21 Aug 2018 15:53:34 -0700 Subject: [PATCH] Mobile styles, VERY WIP WARNING: DON'T PULL!! - Mobile in progress; --- src/styles-new/_constants-mobile.scss | 1 + src/ui/components/controls/pane.vue | 144 ++++++++++++++++++++++---- src/ui/components/layout/Layout.vue | 122 +++++++++++++++------- 3 files changed, 206 insertions(+), 61 deletions(-) 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 @@