Skip to content

Commit

Permalink
Editor display changes (#1036)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
THEb0nny authored Nov 2, 2023
1 parent 62e41f6 commit 7778d29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions theme/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7778d29

Please sign in to comment.