mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-16 03:25:21 +00:00
Make dragging more obvious
This commit is contained in:
parent
7785e923f8
commit
2682ab0e8e
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
&::after
|
&::after
|
||||||
content: ''
|
content: ''
|
||||||
width: 8rem
|
width: 6rem
|
||||||
height: 3px
|
height: 3px
|
||||||
|
|
||||||
position: absolute
|
position: absolute
|
||||||
|
@ -97,6 +97,12 @@
|
||||||
background-color: RGB($bg-400)
|
background-color: RGB($bg-400)
|
||||||
border-radius: $rad-inner
|
border-radius: $rad-inner
|
||||||
|
|
||||||
|
transition: width 0.25s $animation-bounce
|
||||||
|
|
||||||
|
&.dragging #dragIndicator::after
|
||||||
|
width: 9rem
|
||||||
|
background-color: RGB($primary)
|
||||||
|
|
||||||
.upload-jobs
|
.upload-jobs
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
|
Loading…
Reference in a new issue