mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 17:43:49 -07:00
Fixed: Mass Editor not showing delete button on narrow screens
This commit is contained in:
parent
568c864d2f
commit
5dddae5d02
1 changed files with 13 additions and 0 deletions
|
@ -34,6 +34,19 @@
|
||||||
height: 35px;
|
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) {
|
@media only screen and (max-width: $breakpointSmall) {
|
||||||
.inputContainer {
|
.inputContainer {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue