Pfp border radius and small fix

This commit is contained in:
hfcRed
2026-03-04 17:01:20 +01:00
parent 81f571b226
commit 36b115181a
2 changed files with 2 additions and 3 deletions

View File

@@ -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%;
}

View File

@@ -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