This commit is contained in:
33333-33333 2026-07-03 20:57:02 +09:00
commit 88f618cadf
55 changed files with 1299 additions and 447 deletions

View file

@ -802,7 +802,6 @@
/* Collapsed event card must shrink to its header.
layout.css gives .log-card a min-height, which left a large blank panel when folded. */
.collapsible-card.collapsed { min-height: 0 !important; }
.log-card.collapsed { min-height: 0 !important; height: auto !important; flex: 0 0 auto !important; flex-basis: auto !important; }
.log-card.collapsed .panel-card-body { display: none !important; }
@ -839,3 +838,19 @@
.temperature-slider:disabled {
opacity: 0.52;
}
/* v39.15.131: keep the folded tool card usable when other right-side cards are expanded. */
.tool-card.collapsed {
min-height: 64px !important;
height: auto !important;
flex: 0 0 auto !important;
flex-basis: auto !important;
overflow: visible !important;
}
.tool-card.collapsed .panel-card-toggle {
min-height: 46px;
}
.tool-card.collapsed .panel-card-body {
display: none !important;
}