Added additional edit functionality and added selective save functionality.

This commit is contained in:
2019-04-19 00:41:25 -05:00
parent f72b054ef5
commit f2ada64507
6 changed files with 191 additions and 138 deletions

View File

@@ -31,9 +31,9 @@ input[type=image]:hover {
}
#editSelectionContainer {
height: 350px;
min-height: 350x;
max-height: 350px;
height: 315px;
min-height: 315px;
max-height: 315px;
white-space: nowrap;
display: block;
overflow-x: auto;
@@ -62,6 +62,11 @@ input[type=image]:hover {
color: rgba(255, 255, 255, 0.5);
}
.collection {
padding-top: 1em;
padding-bottom: 1em;
}
.container {
width: 100%;
height: 100%;