From d8e73196878040c17bdce1e3d5dd42b10a9afea8 Mon Sep 17 00:00:00 2001
From: Fedor Katurov <gotham48@gmail.com>
Date: Tue, 11 Jan 2022 14:56:05 +0700
Subject: [PATCH] fixed swiper auto width

---
 src/components/node/NodeImageSwiperBlock/styles.module.scss | 2 +-
 src/components/profile/ProfileAvatar/styles.module.scss     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/components/node/NodeImageSwiperBlock/styles.module.scss b/src/components/node/NodeImageSwiperBlock/styles.module.scss
index b418ccf4..01f91258 100644
--- a/src/components/node/NodeImageSwiperBlock/styles.module.scss
+++ b/src/components/node/NodeImageSwiperBlock/styles.module.scss
@@ -79,7 +79,7 @@
 
 }
 
-.slide {
+.slide.slide {
   text-align: center;
   text-transform: uppercase;
   font: $font_32_bold;
diff --git a/src/components/profile/ProfileAvatar/styles.module.scss b/src/components/profile/ProfileAvatar/styles.module.scss
index b4eb4dbb..8d4db746 100644
--- a/src/components/profile/ProfileAvatar/styles.module.scss
+++ b/src/components/profile/ProfileAvatar/styles.module.scss
@@ -27,4 +27,6 @@
   position: absolute;
   right: -4px;
   bottom: -4px;
+  touch-action: none;
+  pointer-events: none;
 }