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 {
width: 100%;
/* padding: 8px; */
width: 94%;
/* max-width: fit-content; */
padding: 3%;
padding-top: 3%;
padding-bottom: 3%;
/* margin-left: 3%; */
/* margin-right: 10%; */
margin-bottom: 10px;
border: 1px solid #ccc;
/* text-align: start; */
border-radius: 4px;
font-size: larger;
background-color: var(--modal-background);