Fixup main text editor usage
This commit is contained in:
@@ -1827,6 +1827,7 @@ tag-input {
|
||||
// ----------------------------
|
||||
|
||||
.filemanager {
|
||||
|
||||
.layout-root {
|
||||
height: calc(100% - 30px);
|
||||
}
|
||||
@@ -1871,11 +1872,15 @@ tag-input {
|
||||
|
||||
.text-editor {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
background-color: $body-bg;
|
||||
|
||||
.toolbar {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user