Skip to content

Commit

Permalink
Hide minimap on editor
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jul 29, 2024
1 parent 784e70c commit cef41cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/app/FileEditor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const TextEditor: FunctionComponent<Props> = ({
readOnly,
domReadOnly: readOnly,
wordWrap: "on",
minimap: { enabled: false },
}}
/>
</div>
Expand Down
1 change: 1 addition & 0 deletions gui/src/localStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ span.EditorToolbarItem {

span.EditorTitle {
padding-left: 5px;
padding-right: 5px;
font-weight: 500;
}

Expand Down

0 comments on commit cef41cd

Please sign in to comment.