Fixed: Mass Editor not showing delete button on narrow screens

This commit is contained in:
Qstick 2019-07-20 22:23:17 -04:00
parent 568c864d2f
commit 5dddae5d02
1 changed files with 13 additions and 0 deletions

View File

@ -34,6 +34,19 @@
height: 35px;
}
@media only screen and (max-width: $breakpointExtraLarge) {
.deleteSelectedButton {
margin-left: 0;
}
}
@media only screen and (max-width: $breakpointLarge) {
.buttonContainer {
justify-content: flex-start;
margin-top: 10px;
}
}
@media only screen and (max-width: $breakpointSmall) {
.inputContainer {
margin-right: 0;