External streams

This commit is contained in:
Kalle
2026-06-16 15:46:04 +03:00
parent c141591269
commit a56a0fa0fe
42 changed files with 378 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
.streamRow {
display: flex;
align-items: center;
gap: var(--s-2);
}
.streamAvatar {
width: 2.5rem;
height: 2.5rem;
border-radius: 100%;
object-fit: cover;
}