mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Make image groupings prettier
Fix image view from a group not showing the groups its in Make drag target bigger for upload tab Tags are now correctly overflowing
This commit is contained in:
parent
cf65b8d309
commit
0e24004c0b
10 changed files with 260 additions and 116 deletions
|
@ -113,19 +113,23 @@
|
|||
opacity: 1
|
||||
left: 3.9rem
|
||||
|
||||
&.selected::before
|
||||
content: ''
|
||||
display: block
|
||||
&.selected
|
||||
> svg
|
||||
color: RGB($primary)
|
||||
|
||||
position: absolute
|
||||
top: 3px
|
||||
left: 0
|
||||
&::before
|
||||
content: ''
|
||||
display: block
|
||||
|
||||
width: 3px
|
||||
height: calc(100% - 6px)
|
||||
position: absolute
|
||||
top: 3px
|
||||
left: 0
|
||||
|
||||
background-color: RGB($primary)
|
||||
border-radius: 0 $rad-inner $rad-inner 0
|
||||
width: 3px
|
||||
height: calc(100% - 6px)
|
||||
|
||||
background-color: RGB($primary)
|
||||
border-radius: 0 $rad-inner $rad-inner 0
|
||||
|
||||
@media (max-width: $breakpoint)
|
||||
.navigation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue