mirror of
https://github.com/xuquan-nikkkki/FolderFile-Splitter-Plugin.git
synced 2026-07-22 12:00:27 +00:00
style: add min width to both panes to avoid files pane not seen when workspace leaf is too narrow
This commit is contained in:
parent
140a581059
commit
0fb0ddebe7
1 changed files with 5 additions and 0 deletions
|
|
@ -41,8 +41,13 @@ div.workspace-leaf-content[data-plugin="FolderFile Splitter"] div.view-content {
|
|||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.ffs__folders-pane--horizontal {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.ffs__files-pane--horizontal {
|
||||
flex: 1;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.ffs__files-pane--vertical {
|
||||
|
|
|
|||
Loading…
Reference in a new issue