Update frontend for cover upload

This commit is contained in:
Alex Ling
2020-04-19 14:33:24 +00:00
parent ce5f444012
commit f66bec5545
3 changed files with 125 additions and 39 deletions

View File

@@ -56,6 +56,18 @@
td > .uk-dropdown {
white-space: pre-line;
}
.title-rename > .uk-inline {
#edit-modal .uk-grid > div {
height: 300px;
}
#edit-modal #cover {
height: 100%;
width: 100%;
object-fit: cover;
}
#edit-modal #cover-upload {
height: 100%;
box-sizing: border-box;
}
#edit-modal .uk-modal-body .uk-inline {
width: 100%;
}