Skip to content

Commit 677c4c3

Browse files
committed
style: adjust layout for share drawer and button positioning
- Updated the share drawer direction from 'right' to 'bottom' for better usability. - Added padding to button containers for improved spacing and alignment. - Enhanced the layout structure by changing the developer info display from a flex to a grid layout for better responsiveness.
1 parent 9f5ebf9 commit 677c4c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
16301630
</.card_content>
16311631
</.card>
16321632
1633-
<div class="ml-auto flex gap-4">
1633+
<div class="pt-4 ml-auto flex gap-4">
16341634
<.button variant="secondary" phx-click="close_share_drawer" type="button">
16351635
Cancel
16361636
</.button>
@@ -1672,7 +1672,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
16721672
</.card_content>
16731673
</.card>
16741674
1675-
<div class="ml-auto flex gap-4">
1675+
<div class="pt-4 ml-auto flex gap-4">
16761676
<.button variant="secondary" phx-click="close_share_drawer" type="button">
16771677
Cancel
16781678
</.button>
@@ -1709,7 +1709,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
17091709
</.card_content>
17101710
</.card>
17111711
1712-
<div class="ml-auto flex gap-4">
1712+
<div class="pt-4 ml-auto flex gap-4">
17131713
<.button variant="secondary" phx-click="close_share_drawer" type="button">
17141714
Cancel
17151715
</.button>

0 commit comments

Comments
 (0)