chore: rebuild CentOS7 release package

This commit is contained in:
shiyue
2026-07-01 09:29:11 +08:00
parent ddd97398e7
commit 75ffdb1c6f
6 changed files with 247 additions and 11 deletions

View File

@@ -5396,6 +5396,33 @@ html[data-theme='coolvibe'] .settings-back:hover {
}
/* === Import Session List === */
.import-filter-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin: 12px 0 14px;
padding: 10px 12px;
border: 1px solid var(--border-color);
border-radius: 8px;
background: var(--bg-secondary);
cursor: pointer;
}
.import-filter-copy {
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
}
.import-filter-title {
font-size: 13px;
font-weight: 700;
color: var(--text-primary);
}
.import-filter-meta {
font-size: 12px;
color: var(--text-muted);
}
.import-group {
margin-bottom: 20px;
}