Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakrujul committed Oct 19, 2024
1 parent d8e7e04 commit 579408f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles/folders.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ div#finish-div {
}
}

#custom-input-box {
width: 100%;
}

#file-input {
input#input-upload {
Expand Down Expand Up @@ -565,8 +568,7 @@ button#upload-go-button {
border-radius: 0.25em;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
margin-left: 50%;
transform: translateX(-50%);
margin-left: calc(50% - 125px);

option {
color: inherit;
Expand Down

0 comments on commit 579408f

Please sign in to comment.