chore: version up to 2.80.39 and package with UI/config polish

This commit is contained in:
g1nation
2026-05-13 00:39:28 +09:00
parent eb36cec050
commit d2269297ea
13 changed files with 88 additions and 82 deletions
+2 -49
View File
@@ -78,18 +78,8 @@
gap: 10px;
}
.header-controls {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 8px;
padding: 0 12px 12px;
}
.header-actions,
.tool-group,
.select-stack,
.select-line,
.status-pill {
.tool-group {
display: flex;
align-items: center;
}
@@ -102,15 +92,6 @@
border-radius: 8px;
background: rgba(255, 255, 255, 0.02);
}
.select-stack { flex-direction: column; gap: 6px; min-width: 0; }
.select-line { gap: 6px; width: 100%; min-width: 0; }
.paired-row {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 8px;
width: 100%;
align-items: center;
}
.control-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
@@ -118,27 +99,10 @@
width: 100%;
align-items: center;
}
.record-row {
grid-template-columns: auto minmax(0, 1fr) auto;
}
.brand { font-weight: 700; font-size: 14px; color: var(--text-bright); letter-spacing: 0; display: flex; align-items: center; gap: 8px; min-width: 0; }
.logo { width: 22px; height: 22px; background: var(--accent); color: #fff; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; }
.status-pill {
height: 28px;
gap: 6px;
padding: 0 9px;
border: 1px solid var(--border);
border-radius: 6px;
background: var(--control-bg);
color: var(--text-dim);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
flex-shrink: 0;
}
.status-dot {
width: 7px;
height: 7px;
@@ -708,19 +672,8 @@
.step.active .step-label { color: var(--accent); }
.step.complete .step-label { color: var(--success); }
@media (min-width: 360px) {
.header-controls {
grid-template-columns: minmax(0, 1fr);
align-items: start;
}
}
@media (max-width: 520px) {
.paired-row {
grid-template-columns: minmax(0, 1fr);
}
.header-top {
align-items: flex-start;
}
.header-top { align-items: flex-start; }
}
@keyframes slideIn {
from { opacity: 0; transform: translateX(-10px); }