mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 12:16:12 -05:00
Pfp border radius and small fix
This commit is contained in:
@@ -12,11 +12,10 @@
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
background-color: var(--color-bg-higher);
|
||||
border-radius: 50%;
|
||||
border-radius: var(--radius-field);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.avatarWrapper img {
|
||||
display: block;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
@@ -145,7 +145,7 @@ function InfoText() {
|
||||
return (
|
||||
<fetcher.Form
|
||||
method="post"
|
||||
className="text-xs text-lighter ml-auto text-warning stack horizontal sm"
|
||||
className="text-xs text-lighter ml-auto text-warning stack horizontal sm items-center"
|
||||
>
|
||||
{t("q:looking.inactiveGroup.soon")}{" "}
|
||||
<SubmitButton
|
||||
|
||||
Reference in New Issue
Block a user