mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-24 05:36:39 -05:00
13 lines
165 B
CSS
13 lines
165 B
CSS
.streamRow {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--s-2);
|
|
}
|
|
|
|
.streamAvatar {
|
|
width: 2.5rem;
|
|
height: 2.5rem;
|
|
border-radius: 100%;
|
|
object-fit: cover;
|
|
}
|