Skip to content

Commit 4fb603b

Browse files
committed
fix: transactions page mobile view
1 parent 8f39c2d commit 4fb603b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/live/user/transactions_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ defmodule AlgoraWeb.User.TransactionsLive do
177177
~H"""
178178
<div class="container mx-auto max-w-7xl space-y-6 p-6">
179179
<div class="space-y-4">
180-
<div class="flex items-center justify-between gap-4">
180+
<div class="flex flex-col md:flex-row md:items-center md:justify-between gap-3">
181181
<div class="space-y-1">
182182
<h1 class="text-2xl font-bold">Transactions</h1>
183183
<p class="text-muted-foreground">View and manage your transaction history</p>
@@ -424,7 +424,7 @@ defmodule AlgoraWeb.User.TransactionsLive do
424424
</.card>
425425
</div>
426426
427-
<div class="flex gap-6">
427+
<div class="flex flex-col-reverse sm:flex-row gap-3">
428428
<.button class="flex-1" phx-click="show_delete_confirmation" variant="destructive">
429429
Delete account
430430
</.button>

0 commit comments

Comments
 (0)