1
0
Fork 0
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:
muerwre 2019-08-01 19:25:20 +07:00
parent 393813ce4e
commit 4c20da6151
3 changed files with 38 additions and 47 deletions

View file

@ -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;