Images can now be uploaded via the media endpoint in a basic way

This commit is contained in:
Jonny Barnes 2017-03-18 20:09:11 +00:00
parent 16015d3f4b
commit 764557b96b
10 changed files with 125 additions and 75 deletions

View file

@ -37,3 +37,8 @@
#locate {
margin-right: 0.4rem;
}
.mp-media img {
height: 4em;
width: 4em;
}