mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36: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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue