mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Make dragging more obvious
This commit is contained in:
parent
7785e923f8
commit
2682ab0e8e
1 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue