From e2a4b0ad03db95f70a0b87c02e6709188a0785b2 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 12 May 2021 08:56:13 +0700 Subject: [PATCH] #38 disabled buttons on tablets --- src/components/node/NodeImageSwiperBlock/styles.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/node/NodeImageSwiperBlock/styles.module.scss b/src/components/node/NodeImageSwiperBlock/styles.module.scss index d601ebc5..6f985e9d 100644 --- a/src/components/node/NodeImageSwiperBlock/styles.module.scss +++ b/src/components/node/NodeImageSwiperBlock/styles.module.scss @@ -31,6 +31,10 @@ height: 96px; background: transparentize($content_bg, 0); + @include desktop { + display: none; + } + &:global(.swiper-button-prev) { left: 0; justify-content: flex-start;