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:
Michał Gdula 2023-04-01 16:16:07 +00:00
parent cf65b8d309
commit 0e24004c0b
10 changed files with 260 additions and 116 deletions

View file

@ -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