Skip to content

Commit

Permalink
patch map bg and overlfow for alpha v. releases (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Nov 13, 2021
1 parent 210173a commit f4b457d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
height: 480px;
width: 100%;
margin: 0px;
background-color: var(--vscode-editor-background) !important;
}

.unfolded-map {
background-color: var(--vscode-editor-background);
font-family: monospace;
font-size: 12px;
overflow: auto;
overflow: hidden;
}

.text-output {
Expand Down

0 comments on commit f4b457d

Please sign in to comment.