Skip to content

Commit 21ea058

Browse files
committed
refactor: enhance bounty display styling in BountyLive
- Increased avatar size and adjusted layout for better visual appeal. - Updated link and metadata text sizes for improved readability and emphasis on key information.
1 parent d7c3c12 commit 21ea058

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/algora_web/live/bounty_live.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ defmodule AlgoraWeb.BountyLive do
268268
<.card>
269269
<.card_content>
270270
<div class="flex justify-between">
271-
<div class="flex gap-4">
272-
<.avatar class="h-12 w-12 rounded-full">
271+
<div class="flex gap-4 items-center">
272+
<.avatar class="h-20 w-20 rounded-2xl">
273273
<.avatar_image src={@ticket.repository.user.avatar_url} />
274274
<.avatar_fallback>
275275
{String.first(@ticket.repository.user.provider_login)}
@@ -278,12 +278,12 @@ defmodule AlgoraWeb.BountyLive do
278278
<div>
279279
<.link
280280
href={@ticket.url}
281-
class="text-xl font-semibold hover:underline"
281+
class="text-4xl font-semibold hover:underline"
282282
target="_blank"
283283
>
284284
{@ticket.title}
285285
</.link>
286-
<div class="text-sm text-muted-foreground">
286+
<div class="pt-2 text-2xl font-medium text-muted-foreground">
287287
{@ticket.repository.user.provider_login}/{@ticket.repository.name}#{@ticket.number}
288288
</div>
289289
</div>

0 commit comments

Comments
 (0)