Skip to content

Commit

Permalink
Remove android css entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Oct 25, 2024
1 parent cc62e91 commit 81083c3
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions theme/monaco.less
Original file line number Diff line number Diff line change
Expand Up @@ -378,18 +378,6 @@
z-index: @monacoHintsZIndex !important;
}

#monacoEditorArea.android {
.monaco-editor .editor-widget {
display: none !important;
visibility: hidden !important;
}

// on android, the cursor / text area overlay gets offset
textarea.inputarea {
margin-left: .5rem;
}
}

.line-numbers {
display:none;
}
Expand Down Expand Up @@ -426,4 +414,4 @@
.pxt-view-zone {
width: 100%;
z-index: calc(@monacoFlyoutZIndex - 1);
}
}

0 comments on commit 81083c3

Please sign in to comment.