objective categorical abstract machine language personal data server
65
fork

Configure Feed

Select the types of activity you want to include in your feed.

Account page button scaling fix

futurGH 37ab234d 078402cf

+5 -5
+5 -5
frontend/src/templates/AccountPage.mlx
··· 377 377 <h2 className="text-xl font-serif text-mana-200 mb-1"> 378 378 (string "danger zone") 379 379 </h2> 380 - <p className="text-mist-100 mb-3"> 380 + <p className="text-mist-100 mb-1.5"> 381 381 (string 382 382 "Deactivating your account will temporarily render your \ 383 383 data inaccessible until you reactivate it." ) 384 - <br /> 384 + </p> 385 + <p className="text-mist-100 mb-3"> 385 386 (string 386 387 "Deleting your account will permanently remove all your \ 387 388 data." ) 388 389 </p> 389 390 <div className="flex flex-row gap-x-3 mt-2"> 390 - <form> 391 + <form className="flex-1"> 391 392 <input type_="hidden" name="dream.csrf" value=csrf_token /> 392 393 <Button 393 394 kind=`Danger_secondary 394 395 type_="submit" 395 396 formMethod="post" 396 397 name="action" 397 - value="deactivate" 398 - className="flex-1"> 398 + value="deactivate"> 399 399 (string "deactivate account") 400 400 </Button> 401 401 </form>