Fix theme swatches and calendar nav, add collapsible card sections
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
+24
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user