Add basic Image Group functions

Make the Upload Pannel usable on mobile
Remove useless code as Django had built-in functions to read the config
Remove useless JS code
Cleanup tempaltes
This commit is contained in:
Michał Gdula 2023-03-09 23:31:58 +00:00
parent 35c5951318
commit e3a0eaf60b
18 changed files with 531 additions and 213 deletions

View file

@ -4,6 +4,7 @@
display: flex
flex-direction: column
gap: 0.5rem
background-color: $black
@ -93,7 +94,7 @@
display: flex
flex-direction: column
gap: 0.5rem
gap: 1rem
color: $white
@ -163,9 +164,6 @@
padding-bottom: 0
.img-colours
margin: 0
padding: 0
width: 100%
display: flex
@ -182,5 +180,11 @@
justify-content: center
align-items: center
border-radius: $rad
border: 1px solid $white
border-radius: $rad-inner
// border: 1px solid $white
.img-groups
width: 100%
display: flex
gap: 0.5rem