From a7f7aafd1f31cd4d80793d9568a273f97c87fc01 Mon Sep 17 00:00:00 2001 From: C0d3v Date: Sat, 7 Feb 2026 19:42:40 +0100 Subject: [PATCH] Add style to collapsed button --- ui.R | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ui.R b/ui.R index 3c124b5..ae19823 100644 --- a/ui.R +++ b/ui.R @@ -72,6 +72,23 @@ ui <- function() { border-radius: 0 12px 12px 0; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } + + .collapse-toggle[aria-expanded=\"false\"] { + border-radius: 12px; + padding: 12px; + width: 40px; + height: 40px; + border-12px solid white; + background: #fff; + box-shadow: 4px 4px 8px rgba(0,0,0,0.4); + margin-left: 10px; + top: 0 !important; + left: 0 !important; + } + .collapse-toggle:hover { + background: #eee !important; + } + .main.bslib-gap-spacing.html-fill-container { outline: none; padding-top: 0;