Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Nov 2, 2024
1 parent 1031655 commit 2a4ddc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/static/themes/simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ footer div {
}

.settings_container .general form input {
padding: 0rem;
padding: 0;
width: 30rem;
text-align: center;
text-transform: none;
Expand All @@ -742,7 +742,7 @@ footer div {
cursor: pointer;
box-shadow: 5px 5px;
outline: none;
translate: -1rem 0rem;
translate: -1rem 0;
}

.settings_container .general form input::file-selector-button:active {
Expand Down

0 comments on commit 2a4ddc4

Please sign in to comment.