Made nicer input boxes out of inoutdiv

This commit is contained in:
Tracker-Friendly 2024-05-16 19:09:47 +01:00
parent 650bd4fad9
commit 52dcc8c282
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ body {
background-color: var(--bar); background-color: var(--bar);
} }
.inoutdiv input { input {
width: calc(100% - 120px); width: calc(100% - 120px);
height: 30px; height: 30px;
margin-bottom: 10px; margin-bottom: 10px;