From 0e89d33abd1db428f7e1e31778744bc5a659c5b4 Mon Sep 17 00:00:00 2001 From: XuQuan-nikkkki Date: Sun, 7 Dec 2025 16:46:05 +0800 Subject: [PATCH] fix: fix folder title not shown in AnuPpuccin theme --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 4bc42ec..44f4ee4 100644 --- a/styles.css +++ b/styles.css @@ -388,6 +388,10 @@ div.ffs__file-content { display: none !important; } +.ffs__folder-tree .nav-file-title-content { + flex-grow: 1; +} + /* Manual sort */ .ffs__manual-sort-container { display: flex;