editor: adjust button spacing for small screens

This commit is contained in:
Lephe 2022-04-28 19:13:52 +01:00
parent 64448f9416
commit eae66986a3
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.editor .btn-group {
display: flex;
justify-content: space-between;
margin: 0 0 8px 0;
flex-wrap: wrap;
}
.editor .btn-group .filler {
flex-grow: 1;
@ -25,7 +25,7 @@
}
.editor .btn-group button,
.editor .btn-group .separator {
margin: 0 8px 0 0;
margin: 0 8px 8px 0;
}
.editor textarea {
min-height: 15rem;

View File

@ -4,7 +4,7 @@
.btn-group {
display: flex;
justify-content: space-between;
margin: 0 0 8px 0;
flex-wrap: wrap;
.filler {
flex-grow: 1;
@ -31,7 +31,7 @@
}
button, .separator {
margin: 0 8px 0 0;
margin: 0 8px 8px 0;
}
}