Skip to content

Commit

Permalink
File width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Mar 11, 2024
1 parent 814669a commit 927f9eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ textarea {
textarea::-webkit-scrollbar-track {
background-color: var(--dark2);
}
input[type='file'] {
width: 100%;
}
input[type='file']::file-selector-button {
background-color: var(--dark2);
}
Expand Down Expand Up @@ -352,7 +355,7 @@ aside {
flex: 1 0;
min-width: 25ch;
background-color: var(--dark1);
border-radius: 0 0.5rem 0.5rem 0;
border-radius: 0 0.5rem 0 0;
padding: 1rem;
overflow: auto;
font-family: Tahoma, sans-serif;
Expand Down

0 comments on commit 927f9eb

Please sign in to comment.