improve buttons in UI

This commit is contained in:
biglyderv 2025-04-17 21:41:06 -04:00
parent 27c10447e6
commit 83a9938d15
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 13 additions and 6 deletions

View file

@ -24,16 +24,17 @@ body {
.inner-form {
display: flex;
flex-wrap: wrap;
min-height: 3rem;
flex-direction: row;
justify-content: center;
}
#input {
border: none;
padding: 0 1rem;
flex-grow: 1;
border-radius: 0.3rem;
margin: 0.25rem;
height: 2rem;
flex-grow: 1;
}
#input:focus {
@ -45,8 +46,10 @@ body {
border: none;
padding: 0 1rem;
margin: 0.25rem;
height: 2rem;
border-radius: 3px;
outline: none;
flex-grow: 1;
}
button, button a {