Started UI for editing images
This commit is contained in:
parent
8c371ccae9
commit
18f9f49c0a
10 changed files with 191 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue