mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Hide zoom slider in xs viewports (#6206)
The zoom slider doesn't function in this viewport so it shouldn't be shown.
This commit is contained in:
parent
9b8300e882
commit
90baa31ee3
1 changed files with 7 additions and 0 deletions
|
|
@ -91,6 +91,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
// hide zoom slider in xs viewport
|
||||
@include media-breakpoint-down(xs) {
|
||||
.display-mode-menu .zoom-slider-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.display-mode-popover {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue