File tree Expand file tree Collapse file tree
app-frontend/src/components/ui/minecraft-auth-error-modal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ async function copyToClipboard(text: string) {
129129 </div >
130130
131131 <!-- Action buttons -->
132- <div class =" flex items-center gap-2 " >
133- <ButtonLink href="https://support.modrinth .com " class="!w-full " @click =" modal ?.hide ()" >
132+ <div class =" flex items-center gap-1 " >
133+ <ButtonLink href="https://support.modrinth .com " class="flex-1 " @click =" modal ?.hide ()" >
134134 <MessagesSquareIcon /> Contact support
135135 </ButtonLink >
136136 <Button
137137 type="colored"
138138 color="brand"
139139 :disabled =" loadingSignIn "
140- class="!w-full "
140+ class="flex-1 "
141141 @click =" signInAgain "
142142 >
143143 <LogInIcon /> Sign in again
Original file line number Diff line number Diff line change 5858 </div >
5959 </div >
6060 </div >
61- <div class =" button-row " >
62- <Button size="xl" class="wide-button " :disabled =" pending " @click =" onReject " >
61+ <div class =" flex gap-1 " >
62+ <Button size="xl" class="flex-1 " :disabled =" pending " @click =" onReject " >
6363 <XIcon />
6464 {{ formatMessage(messages.decline) }}
6565 </Button >
6666 <Button
6767 type="colored"
6868 color="brand"
6969 size="xl"
70- class="wide-button "
70+ class="flex-1 "
7171 :disabled =" pending "
7272 @click =" onAuthorize "
7373 >
You can’t perform that action at this time.
0 commit comments