From 92b639d7dce07820fc0d310c8663cb8a0a001fce Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 11 Dec 2024 21:36:11 +0200 Subject: [PATCH] style(next): add back tree options --- src/public/stylesheets/theme-next/shell.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 2ddfebc8c..d01c6c40b 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -346,8 +346,12 @@ div.quick-search .search-button.show { /* Tree */ #left-pane .tree-actions { - /* TODO: relocate instead of hiding */ - display: none; + right: 3px; + bottom: 6px; +} + +button.tree-floating-button { + font-size: 18px !important; } #left-pane div.tree {