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; }