Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylikesbunda authored Oct 16, 2024
1 parent fb25752 commit 3ac89b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Flipper IRDB Formatter v1.2</h1>
<!-- File Input for selecting a folder (only works in Chrome and Edge) -->
<div class="file-input-wrapper">
<input type="file" id="file-input-folder" webkitdirectory>
<label for="file-input-folder">Choose a folder...</label>
<label for="file-input-folder">Choose a folder... (BETA)</label>
</div>

<!-- Device type -->
Expand Down
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ body, html {
z-index: 1;
height: 100vh;
overflow-y: auto;
background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
}

.container {
Expand Down

0 comments on commit 3ac89b1

Please sign in to comment.