mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
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:
parent
35c5951318
commit
e3a0eaf60b
18 changed files with 531 additions and 213 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue