Skip to content

Commit

Permalink
fix responsive log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLynd committed Nov 29, 2023
1 parent f610770 commit 059b220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ div.clear {
background-color: #000;
color: #cecece;

height: 60vh;
min-height: 60vh;
height: 100%;
border-radius: 10px;
}

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h2>3. Flash </h2>

<div id="commands">
<div class="upload">
<label>Offset: 0x <input class="offset" type="text" value="0" /></label>
<label>Offset: 0x <input class="offset form-control" style= "display: inline-block; width: auto;" type="text" value="0" /></label>
<div>
<label class="form-label"></label>
<input class="form-control" type="file" accept=".bin" />
Expand Down Expand Up @@ -258,12 +258,12 @@ <h2>3. Flash </h2>
</div>
<div class="col-md-12 col-lg-6 order-lg-1 p-3">
<!-- Left Column -->
<div>
<!-- <div> -->
<div id="log">
Welcome to the Web Flasher! =^._.^= <br>
------------------------------------<br>
</div>
</div>
<!-- </div> -->
</div>
</div>
</div>
Expand Down

0 comments on commit 059b220

Please sign in to comment.