Feat : Link streamers and recorders
Some checks failed
release / build (push) Successful in 25s
release / verify-windows (push) Failing after 1m3s

This commit is contained in:
jeanotx32
2026-08-11 21:25:06 +02:00
parent 37e0c73ab5
commit eb2c741038
3 changed files with 82 additions and 7 deletions

View File

@@ -380,6 +380,19 @@ fieldset.group {
border: 1px solid var(--border);
border-radius: 8px;
}
.link-button {
align-self: flex-start;
padding: 2px 0;
background: transparent;
border: none;
color: var(--accent);
font-size: 12px;
cursor: pointer;
}
.link-button:hover {
text-decoration: underline;
}
fieldset.group > legend {
padding: 0 6px;
font-size: 12px;