Skip to content

Commit

Permalink
Change message size of total mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yarduon committed Sep 15, 2024
1 parent b549925 commit ca74847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,9 @@ input[type="number"] {
}

#t-message {
padding: 0.2vh 0 0.2vh 1.4vh;
width: 27.4vh;
margin: 1vh 0 0.4vh 0;
padding: 0.2vh 0.5vh 0.2vh 1vh;
}

.extra-data-container {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h2 class="title-option-fontsize translate">Options</h2>
type="text"
value="🎉🚩🥳🔥"
disabled
class="outline flex align-center white-text grey disabled max-width text-left"
class="outline flex align-center white-text grey disabled max-width"
id="t-message"
maxlength="28"
/>
Expand Down

0 comments on commit ca74847

Please sign in to comment.