Started UI for editing images

This commit is contained in:
Leon Mika 2026-03-25 21:09:57 +11:00
parent 8c371ccae9
commit 18f9f49c0a
10 changed files with 191 additions and 9 deletions

View file

@ -31,19 +31,24 @@ $container-max-widths: (
font-size: 0.9rem;
}
// Post form
// Large editor
//
// Used for edit canvases which take up the entire window
// Post edit page styling
.post-edit-page {
.large-editor {
height: 100vh;
}
.post-edit-page main {
.large-editor main {
display: flex;
flex-direction: column;
overflow: hidden;
}
// Post form
// Post edit page styling
.post-edit-page .post-form {
flex: 1;
display: flex;