Skip to content

Commit

Permalink
imporove css
Browse files Browse the repository at this point in the history
  • Loading branch information
baxiry committed Dec 30, 2023
1 parent 5808df4 commit bb5c189
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,22 @@ body {

#output {
width: 100%;
height: calc(100vh - 120px);
height: calc(100vh - 100px);
flex-direction: column;
overflow: auto;
font-size: 1.2em;
}

#data {
padding: 10px;
padding: 5px;
}

#config {
float: right;
position: fixed;
bottom: 0;
right:0;
color : whitesmoke;
margin-right: 15px;
margin-right:10px;
}

textarea:focus {
Expand Down

0 comments on commit bb5c189

Please sign in to comment.