From 0fb0ddebe71da5cae23e0c2610d400a5c433275b Mon Sep 17 00:00:00 2001 From: Xu Quan Date: Mon, 14 Apr 2025 19:22:34 +0800 Subject: [PATCH] style: add min width to both panes to avoid files pane not seen when workspace leaf is too narrow --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index 1b922e6..48237d6 100644 --- a/styles.css +++ b/styles.css @@ -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 {