From 3ede79fd7d5ba2480c65d443030e0bcd376338fe Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Fri, 28 Jul 2017 13:47:45 -0700 Subject: [PATCH] Minor UI changes to the mobile view and accompanying changes for pxt/#2558 PR (#467) --- theme/style.less | 12 ++++++++++++ theme/theme.config | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/theme/style.less b/theme/style.less index 98e0146b..f4af3258 100644 --- a/theme/style.less +++ b/theme/style.less @@ -125,6 +125,12 @@ span.blocklyTreeLabel { padding-top: 0.25rem; height: 2.4rem; } + .blocklyToolboxDiv, .monacoToolboxDiv { + border-left: 0 !important; + } + div.blocklyTreeRoot { + padding: 0; + } } /* Tablet */ @@ -132,6 +138,12 @@ span.blocklyTreeLabel { #filelist { background: transparent !important; } + .blocklyToolboxDiv, .monacoToolboxDiv { + border-left: 0 !important; + } + div.blocklyTreeRoot { + padding: 0; + } } /* Small Monitor */ diff --git a/theme/theme.config b/theme/theme.config index cbd0c1c4..3f293e11 100644 --- a/theme/theme.config +++ b/theme/theme.config @@ -49,7 +49,7 @@ /* Modules */ @accordion : 'default'; @checkbox : 'default'; -@dimmer : 'default'; +@dimmer : 'pxt'; @dropdown : 'default'; @embed : 'default'; @modal : 'pxt'; @@ -66,7 +66,7 @@ /* Views */ @ad : 'default'; -@card : 'default'; +@card : 'pxt'; @comment : 'default'; @feed : 'default'; @item : 'default';