Improve mobile styling for the presets panel button group
This commit is contained in:
parent
3651c8438b
commit
275b73decd
|
@ -38,7 +38,7 @@ THE SOFTWARE.
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.header-group {
|
||||
|
@ -62,8 +62,12 @@ THE SOFTWARE.
|
|||
align-items: center;
|
||||
|
||||
.button {
|
||||
flex: auto;
|
||||
margin: 0 .25rem .5rem;
|
||||
}
|
||||
.button:last-child {
|
||||
flex: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue