fix button styling

This commit is contained in:
Reimar 2025-10-13 11:20:14 +02:00
parent 0588b14220
commit f42da20957

View File

@ -63,8 +63,7 @@ div#buttons {
width: 100%;
display: flex;
flex-wrap: wrap;
flex: row;
gap: 0.3rem;
gap: 0.5rem;
}
div#buttons > * {
@ -73,6 +72,7 @@ div#buttons > * {
div#buttons button {
width: 100%;
height: 100%;
white-space: nowrap;
}