Rework the filemanager toolbar to not overflow with long paths

This commit is contained in:
Johannes Zellner
2020-12-04 19:06:08 +01:00
parent ed96c83953
commit 6d32ab6095
2 changed files with 27 additions and 8 deletions
+20
View File
@@ -1718,6 +1718,26 @@ tag-input {
.filemanager {
.toolbar {
display: flex;
margin-bottom: 10px;
button {
float: none;
}
div {
white-space: nowrap;
}
.path-parts {
margin: 0 5px;
white-space: nowrap;
overflow: auto;
flex-grow: 1;
}
}
.text-editor {
display: flex;
padding: 10px;