tweak invite and settings pages
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| <div class="w-full flex flex-col space-y-8 justify-center items-center"> | ||||
| <div class="mx-auto flex flex-col justify-center items-center space-y-4 max-w-3xl"> | ||||
|   <h1 class="title text-2xl title-primary-500"> | ||||
|     <%= gettext("Invites") %> | ||||
|   </h1> | ||||
| @@ -18,7 +18,7 @@ | ||||
|     </.link> | ||||
|   <% end %> | ||||
|  | ||||
|   <div class="w-full flex flex-row flex-wrap justify-center items-stretch"> | ||||
|   <div class="flex flex-col justify-center items-stretch space-y-4"> | ||||
|     <.invite_card :for={invite <- @invites} invite={invite} current_user={@current_user}> | ||||
|       <:code_actions> | ||||
|         <form phx-submit="copy_to_clipboard"> | ||||
| @@ -87,7 +87,7 @@ | ||||
|       <%= gettext("Admins") %> | ||||
|     </h1> | ||||
|  | ||||
|     <div class="w-full flex flex-row flex-wrap justify-center items-stretch"> | ||||
|     <div class="flex flex-col justify-center items-stretch space-y-4"> | ||||
|       <.user_card :for={admin <- @admins} user={admin}> | ||||
|         <.link | ||||
|           href="#" | ||||
| @@ -115,7 +115,7 @@ | ||||
|       <%= gettext("Users") %> | ||||
|     </h1> | ||||
|  | ||||
|     <div class="w-full flex flex-row flex-wrap justify-center items-stretch"> | ||||
|     <div class="flex flex-col justify-center items-stretch space-y-4"> | ||||
|       <.user_card :for={user <- @users} user={user}> | ||||
|         <.link | ||||
|           href="#" | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| <div class="mx-auto pb-8 max-w-2xl flex flex-col justify-center items-center text-right space-y-4"> | ||||
| <div class="mx-auto pb-8 max-w-3xl flex flex-col justify-center items-center text-right space-y-4"> | ||||
|   <h1 class="pb-4 title text-primary-600 text-2xl text-center"> | ||||
|     <%= gettext("Settings") %> | ||||
|   </h1> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user