Improve mobile styling for the presets panel button group

This commit is contained in:
Nadhir 2021-09-29 21:58:35 +01:00 committed by GitHub
parent 3651c8438b
commit 275b73decd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}
}