Make dragging more obvious

This commit is contained in:
Michał 2023-04-20 13:58:15 +00:00
parent 7785e923f8
commit 2682ab0e8e

View file

@ -86,7 +86,7 @@
&::after
content: ''
width: 8rem
width: 6rem
height: 3px
position: absolute
@ -97,6 +97,12 @@
background-color: RGB($bg-400)
border-radius: $rad-inner
transition: width 0.25s $animation-bounce
&.dragging #dragIndicator::after
width: 9rem
background-color: RGB($primary)
.upload-jobs
display: flex
flex-direction: column