mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-02 00:23:57 -05:00
7 lines
101 B
CSS
7 lines
101 B
CSS
.userCell {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: var(--s-1-5);
|
|
white-space: nowrap;
|
|
}
|