Add initial splitview option for filemanager

This commit is contained in:
Johannes Zellner
2022-08-24 12:36:54 +02:00
parent d305d93ad8
commit 6f1a3d2923
6 changed files with 1359 additions and 1289 deletions
+21
View File
@@ -1827,6 +1827,27 @@ tag-input {
// ----------------------------
.filemanager {
.layout-root {
height: calc(100% - 30px);
}
.filemanager-layout {
}
.file-trees {
display: flex;
}
.spacer {
width: 2px;
background-color: #d3d3d3;
margin: 0 10px;
}
filetree {
// flex-basis: 50%;
width: 100%;
}
.toolbar {
display: flex;