Skip to content

Commit

Permalink
Add a 10px padding between the edge of the window and the terminal in…
Browse files Browse the repository at this point in the history
…terface
  • Loading branch information
nirui committed Apr 25, 2024
1 parent 6e3067f commit 28e667a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/widgets/screen_console.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@
z-index: 0;
}

#home-content
> .screen
> .screen-screen
> .screen-console
> .console-console
> .terminal {
padding: 10px;
}

#home-content
> .screen
> .screen-screen
Expand Down

0 comments on commit 28e667a

Please sign in to comment.