fix column width

This commit is contained in:
2020-03-10 17:17:36 +01:00
parent ec24023943
commit d8df6b5863
2 changed files with 4 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ is collapsed */
top: 0;
z-index: 1;
background-color: var(--layer_2_color);
min-width: 750px; /* Sum of all columns */
min-width: 850px;
}
.file_manager > .directory_area > .directory_sorters > div {
display: inline-block;
@@ -82,7 +82,7 @@ is collapsed */
above are out of view*/
box-sizing: border-box;
display: block;
min-width: 750px; /* Sum of all columns */
min-width: 850px;
}
.file_manager > .status_bar {
@@ -104,8 +104,6 @@ is collapsed */
margin: 0;
box-sizing: border-box;
color: var(--text_color);
/* padding-top: 6px; */
}
.node:hover:not(.node_selected) {
background-color: var(--input_color_dark);