Add style to collapsed button

This commit is contained in:
2026-02-07 19:42:40 +01:00
parent 5700c61421
commit a7f7aafd1f

17
ui.R
View File

@@ -72,6 +72,23 @@ ui <- function() {
border-radius: 0 12px 12px 0; border-radius: 0 12px 12px 0;
box-shadow: 0 4px 8px rgba(0,0,0,0.2); 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 { .main.bslib-gap-spacing.html-fill-container {
outline: none; outline: none;
padding-top: 0; padding-top: 0;