Moving files modal tag; moving editor logic to service; pulling out resize logic

This commit is contained in:
2025-06-28 21:10:15 -05:00
parent d1dbb7efcc
commit c99013df04
9 changed files with 179 additions and 143 deletions

View File

@@ -1,20 +1,3 @@
.dropzone {
height: 90vh;
}
.editor-size-button {
text-align: center;
width: 4em;
color: rgba(225, 225, 225, 0.64);
border-style: solid;
border-width: thin;
border-color: rgba(124, 124, 124, 0.64);
margin-left: 0.2em;
margin-right: 0.2em;
float: left;
}
.editor-size-button:hover {
cursor: pointer;
border-color: rgba(0, 124, 0, 0.64);
}