Make the styling of the save button more consistent

This commit is contained in:
Eldritch-Oliver 2025-09-17 19:13:22 -06:00
parent c29fa3e017
commit baaafcccfc

View file

@ -7,4 +7,14 @@
border: 1px solid rebeccapurple; border: 1px solid rebeccapurple;
border-radius: 4px; border-radius: 4px;
} }
.controls {
display: flex;
flex-direction: row;
gap: 8px;
button {
flex-grow: 1;
}
}
} }