From 1c34c389752e5f23a116b8950d8e41569aaf0895 Mon Sep 17 00:00:00 2001 From: feruzm Date: Wed, 28 Feb 2024 09:12:19 +0530 Subject: [PATCH] fix slider style a bit --- src/common/components/entry-vote-slider/_index.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/components/entry-vote-slider/_index.scss b/src/common/components/entry-vote-slider/_index.scss index f428ca06143..617c6451b1d 100644 --- a/src/common/components/entry-vote-slider/_index.scss +++ b/src/common/components/entry-vote-slider/_index.scss @@ -1,10 +1,10 @@ @import "src/style/vars_mixins"; .slide { - height: 50px; + height: 30px; width: 100%; cursor: pointer; - margin-top: 11px; + padding-top: 10px; } .slide-background-line{ @@ -59,13 +59,13 @@ font-size: 12px; margin-left: 2px; position: relative; - top: -31px; + top: 0px; } .dots-negative{ - top: 21.5px !important; + top: 21.5px !important; } .no-select{ user-select: none; -} \ No newline at end of file +}