From f9abf75724d33c8b7f793d0fb1646925ed7e80dc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 8 Mar 2023 17:31:26 +0100 Subject: UI sheet header - add caret to show collapse --- scss/custom.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 3cb45a368..0b0da8378 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -440,6 +440,9 @@ textarea { } } +.sheet-caret { display: inline-block; width: 1em; } + +#window-fixed-menu-list .sheet-caret { display: none; } #bookmark-list .input-link{ width: 100%; -- cgit v1.2.3