Fixup main text editor usage

This commit is contained in:
Johannes Zellner
2022-08-25 10:26:22 +02:00
parent b36fc57b5a
commit 2a69b3d523
4 changed files with 64 additions and 56 deletions

View File

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