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

@ -44,7 +44,7 @@
transform: scale(1.05) // scale up
transition: all 0.3s cubic-bezier(.79, .14, .15, .86)
h2
> h2
margin: 0
padding: 0
@ -59,7 +59,7 @@
opacity: 0 // hide
transition: all 0.2s ease-in-out
p
> p
margin: 0
padding: 0
@ -101,7 +101,7 @@
opacity: 1
transform: scale(1)
h2, p
> h2, > p
opacity: 1
img