improve flex

This commit is contained in:
matth@ultra 2024-09-04 11:56:39 +02:00
parent aa9fb1cdb1
commit 0eb07b8de5
2 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,9 @@ button, input
font-size: $move-button-font-size
padding: $move-button-padding
flex-grow: 1
flex-basis: 30% // target 3 columns
text-align: left
white-space: nowrap
button:hover
color: $button-fg-hl

View File

@ -151,6 +151,9 @@ button, input {
font-size: 14px;
padding: 6px;
flex-grow: 1;
flex-basis: 30%;
text-align: left;
white-space: nowrap;
}
button:hover {