Feat : STRCHA Stream status

This commit is contained in:
jeanotx32
2026-08-11 00:52:33 +02:00
parent 6f11b72cbb
commit b529417940
13 changed files with 1038 additions and 14 deletions

View File

@@ -349,6 +349,45 @@ textarea:focus {
gap: 8px;
}
/* --- Bandeau de surveillance --- */
.watch {
display: flex;
flex-direction: column;
gap: 4px;
padding: 8px 10px;
background: var(--panel-2);
border-radius: 8px;
}
.watch-head {
display: flex;
align-items: center;
gap: 8px;
}
.watch-name {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
fieldset.group {
display: flex;
flex-direction: column;
gap: 12px;
margin: 0;
padding: 14px;
border: 1px solid var(--border);
border-radius: 8px;
}
fieldset.group > legend {
padding: 0 6px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--muted);
}
.card-foot {
display: flex;
justify-content: space-between;