mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 04:36:02 -05:00
External streams
This commit is contained in:
12
app/features/admin/routes/admin.streams.module.css
Normal file
12
app/features/admin/routes/admin.streams.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user