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;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-group {
|
.header-group {
|
||||||
|
@ -62,8 +62,12 @@ THE SOFTWARE.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
flex: auto;
|
||||||
margin: 0 .25rem .5rem;
|
margin: 0 .25rem .5rem;
|
||||||
}
|
}
|
||||||
|
.button:last-child {
|
||||||
|
flex: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue