viewer: hide arrows on mobile
parent
979779ea95
commit
f8ade5d755
|
@ -645,5 +645,12 @@ export default class Viewer extends Mixins(GlobalMixin) {
|
||||||
.pswp__icn-shadow {
|
.pswp__icn-shadow {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hide arrows on mobile
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.pswp__button--arrow {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue