Skip to content

Commit

Permalink
Fiddle with AppConsole styling
Browse files Browse the repository at this point in the history
  • Loading branch information
snowNnik committed Sep 28, 2024
1 parent 512a327 commit 7d4a7d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/renderer/AppConsole.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@
.AppConsole-inner {
height: 100%;
background-color: #eee;
overflow: hidden scroll;
overflow-wrap: break-word;
overflow-y: scroll;
word-break: break-word;
margin: 0;
margin-bottom: 50px;
min-height: 0;
}
.AppConsole-message {
padding: 2px;
}
.AppConsole-message-dawn-info {
}
.AppConsole-message-dawn-err {
color: red;
}
Expand Down
1 change: 1 addition & 0 deletions src/renderer/Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
width: 40%;
height: 40%;
background-color: red;
z-index: 5;
}
.Editor-tbopmode {
font-family: Verdana, monospace;
Expand Down

0 comments on commit 7d4a7d8

Please sign in to comment.