From ca0f491685c6e5e89be3bb181a2479e9e4f1d7e9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Dec 2024 23:19:25 +0200 Subject: [PATCH] style(tree): thinner space between share & link icons --- src/public/stylesheets/tree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/tree.css b/src/public/stylesheets/tree.css index 0d748d6a0..f6139a99e 100644 --- a/src/public/stylesheets/tree.css +++ b/src/public/stylesheets/tree.css @@ -138,7 +138,7 @@ span.fancytree-node.protected > span.fancytree-custom-icon { span.fancytree-node.multiple-parents.shared .fancytree-title::after { font-family: 'boxicons' !important; font-size: smaller; - content: " \eb3d \ec03"; + content: " \eb3d \ec03"; } span.fancytree-node.multiple-parents .fancytree-title::after {