mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
16 lines
238 B
CSS
16 lines
238 B
CSS
|
.festaUserRenderer {
|
||
|
display: inline-flex;
|
||
|
flex-direction: row;
|
||
|
|
||
|
gap: 4px;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.festaUserRendererAvatar {
|
||
|
width: 1.35em;
|
||
|
height: 1.35em;
|
||
|
border-radius: 100%;
|
||
|
|
||
|
|
||
|
}
|