Skip to content
Snippets Groups Projects
Commit 508a9bf4 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved upload API

parent 353b314e
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ element.addEventListener("change", () => { ...@@ -49,7 +49,7 @@ element.addEventListener("change", () => {
const image_description = document.createElement("p"); const image_description = document.createElement("p");
image_description.classList.add("description", "fake-input"); image_description.classList.add("description", "fake-input");
image_description.contentEditable = "true"; image_description.contentEditable = "true";
image_title.setAttribute("placeholder", "Description"); image_description.setAttribute("placeholder", "Description");
image_description.dataset["multiline"] = "true"; image_description.dataset["multiline"] = "true";
image_container.appendChild(image_description); image_container.appendChild(image_description);
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
will-change: left, right will-change: left, right
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite
animation-delay: 1.125s animation-delay: 1.125s
&:not(.uploading).progress &:not(.uploading) .progress
display: none display: none
.image .image
background: #000 background: #000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment