input fix

pull/19/head
prplV 2025-03-17 09:25:49 -04:00
parent eed159e4ab
commit f88fd41192
1 changed files with 4 additions and 4 deletions

View File

@ -37,14 +37,14 @@
} }
.modal input { .modal input {
width: 100%; width: 94%;
/* padding: 8px; */ /* max-width: fit-content; */
padding: 3%;
padding-top: 3%; padding-top: 3%;
padding-bottom: 3%; padding-bottom: 3%;
/* margin-left: 3%; */
/* margin-right: 10%; */
margin-bottom: 10px; margin-bottom: 10px;
border: 1px solid #ccc; border: 1px solid #ccc;
/* text-align: start; */
border-radius: 4px; border-radius: 4px;
font-size: larger; font-size: larger;
background-color: var(--modal-background); background-color: var(--modal-background);