From b2aa05cb9a43749f312e82d71dfab0af8ea44495 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 28 Dec 2024 13:29:55 +0200 Subject: [PATCH] style(next): reduce tree font size --- src/public/stylesheets/theme-next/shell.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 0442f0238..bcae28022 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -425,6 +425,12 @@ div.quick-search .search-button.show { border-radius: 50%; } +body.mobile .fancytree-expander::before, +body.mobile .fancytree-title, +body.mobile .fancytree-node > span { + font-size: 1rem !important; +} + #left-pane .fancytree-expander { opacity: .65; transition: opacity 150ms ease-in; @@ -440,7 +446,7 @@ div.quick-search .search-button.show { } #left-pane span .fancytree-title { - margin-top: -5px; + margin-top: -5px; } #left-pane span.fancytree-active .fancytree-title {