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; - } }