From c33887386e4249faa616cb7c9bc1ccd0ea1bb86d Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:31:25 +0200 Subject: [PATCH] feat: operator view --- .../operator/follow-button/FollowButton.module.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/apps/client/src/features/operator/follow-button/FollowButton.module.scss b/apps/client/src/features/operator/follow-button/FollowButton.module.scss index 44c08c58d..74b147da0 100644 --- a/apps/client/src/features/operator/follow-button/FollowButton.module.scss +++ b/apps/client/src/features/operator/follow-button/FollowButton.module.scss @@ -3,7 +3,7 @@ .followButton { position: relative; - bottom: 17.5vh; + bottom: 120px; margin: 0 auto; z-index: 1; @@ -27,10 +27,3 @@ transition: bottom 1s; bottom: -0; } - -// tablet -@media (min-width: $min-tablet) { - .followButton { - bottom: 10vh; - } -} \ No newline at end of file