Fix theme swatches and calendar nav, add collapsible card sections

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 14:34:46 -04:00
parent c45b71b74a
commit ace9f73af6
4 changed files with 102 additions and 27 deletions
+24 -3
View File
@@ -497,13 +497,34 @@ tooltip.background label {
background-color: @accent;
}
.widget-section-toggle {
border-top: 1px solid alpha(@foreground, 0.12);
border-left: none;
border-right: none;
border-bottom: none;
border-radius: 0;
background-color: transparent;
padding: 10px 0 2px 0;
margin-top: 4px;
}
.widget-section-toggle:hover .widget-section-title,
.widget-section-toggle:hover .widget-section-caret {
opacity: 1;
color: @accent;
}
.widget-section-title {
font-size: 10px;
font-weight: bold;
opacity: 0.45;
border-top: 1px solid alpha(@foreground, 0.12);
padding-top: 10px;
margin-top: 4px;
}
.widget-section-caret {
font-size: 12px;
font-weight: bold;
opacity: 0.45;
min-width: 14px;
}
.agent-mark {