Skip to content

Commit

Permalink
Align console styling with ESP Web Tools (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 17, 2021
1 parent fc63b49 commit 7ba3f71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/logs-webserial/ewt-console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export class EwtConsole extends HTMLElement {
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
monospace;
line-height: 1.45;
display: flex;
flex-direction: column;
}
form {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/util/console-color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class ColoredConsole {

export const coloredConsoleStyles = `
.log {
height: var(--remote-process-height, 100%);
flex: 1;
background-color: #1c1c1c;
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
monospace;
Expand Down

0 comments on commit 7ba3f71

Please sign in to comment.