mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 21:34:28 -05:00
25 lines
379 B
CSS
25 lines
379 B
CSS
.container {
|
|
height: 125px;
|
|
width: 125px;
|
|
border-radius: var(--radius-avatar);
|
|
background-color: var(--color-bg-high);
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.containerSmall {
|
|
height: 41.6667px;
|
|
width: 41.6667px;
|
|
}
|
|
|
|
.imgContainer {
|
|
position: absolute;
|
|
top: var(--winner-top, 5px);
|
|
left: var(--winner-left, 25px);
|
|
}
|
|
|
|
.img {
|
|
overflow: visible;
|
|
max-width: initial;
|
|
}
|