Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
fix slider style a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Feb 28, 2024
1 parent 9e4077a commit 1c34c38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/common/components/entry-vote-slider/_index.scss
Original file line number Diff line number Diff line change
@@ -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{
Expand Down Expand Up @@ -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;
}
}

0 comments on commit 1c34c38

Please sign in to comment.