improve flex
This commit is contained in:
parent
aa9fb1cdb1
commit
0eb07b8de5
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user