From 25ac8472663b157e061cf2c0eec8f03b5e550357 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Sat, 31 Dec 2016 02:51:24 -0800 Subject: [PATCH] converging with other targets on blockly toolbox width --- theme/style.less | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/theme/style.less b/theme/style.less index 251472ae..03a60d9c 100644 --- a/theme/style.less +++ b/theme/style.less @@ -111,44 +111,16 @@ #filelist { background: transparent !important; } - .organization { - top: auto; - } } /* Tablet */ @media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) { - .organization { - top: auto; - } - /* Blockly Toolbox buttons */ - #blocklyToolboxButtons, #monacoToolboxButtons { - margin-right: 0.5rem; - margin-left: 0.5rem; - } } /* Small Monitor */ @media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) { - .organization { - top: auto; - } - /* Blockly Toolbox buttons */ - #blocklyToolboxButtons, #monacoToolboxButtons { - margin-right: 1rem; - margin-left: 1rem; - } } /* Large Monitor */ @media only screen and (min-width: @largeMonitorBreakpoint) { - .blocklyTreeRow { - width: 230px; - padding-left: 1rem; - } - /* Blockly Toolbox buttons */ - #blocklyToolboxButtons, #monacoToolboxButtons { - margin-right: 2rem; - margin-left: 2rem; - } }