mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
changed horizontal editor
This commit is contained in:
parent
393813ce4e
commit
4c20da6151
3 changed files with 38 additions and 47 deletions
|
@ -3,7 +3,7 @@
|
|||
justify-content: center;
|
||||
display: flex;
|
||||
background: $editor_bg;
|
||||
//flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.group {
|
||||
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
.editor {
|
||||
//flex: 2;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue