From 7778d29774221bb967ad1bf60733e0d6f3baddf9 Mon Sep 17 00:00:00 2001 From: Dmitriy Antipov Date: Fri, 3 Nov 2023 01:15:36 +0300 Subject: [PATCH] Editor display changes (#1036) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update style.less The first change returns the background pattern as in the stable version. The second change is to fix #downloadArea overlapping on the simulator. I don’t really understand why this bug is visible only in pxt-ev3. This bug is not detected in microbit, but the #downloadArea field is also larger than the height of #editortools itself. I compared the properties, but they seem to be all the same. * revet-editortools-overflow-hidden * Update style.less Filling the background color is not required, because The #editortools parent element already has a background fill. --- theme/style.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/theme/style.less b/theme/style.less index cd1bcf93..c7fefa6b 100644 --- a/theme/style.less +++ b/theme/style.less @@ -115,14 +115,10 @@ text-transform: lowercase; } -#filelist { +#simulator .editor-sidebar { background: @simulatorBackground data-uri("../docs/static/backgrounds/simulator.png") 0 0 repeat !important; } -#downloadArea { - background: @legoGreyLight; -} - /* Editor download dialog */ .ui.downloaddialog.modal>.content { padding: 1rem;