Skip to content

Commit

Permalink
chore(playlist): spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 3, 2024
1 parent 4238880 commit f995001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/pages/playlists.templ
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ templ singlePlaylist(pl entities.Playlist) {
>
<div class={ "flex", "items-center", "gap-x-4" }>
@icons.Playlist()
<p class={ "text-lg", "max-w-[190px]", "overflow-hidden", "text-nowrap", "text-ellipsis", "font-bold", "text-xl" }>{ pl.Title }</p>
<p class={ "text-lg", "max-w-[230px]", "overflow-hidden", "text-nowrap", "text-ellipsis", "font-bold" }>{ pl.Title }</p>
</div>
<p class={ "text-lg", "max-w-[190px]", "overflow-hidden", "text-nowrap", "text-ellipsis" }>{ fmt.Sprint(pl.SongsCount) } Songs</p>
<p class={ "text-md", "max-w-[190px]", "overflow-hidden", "text-nowrap", "text-ellipsis" }>{ fmt.Sprint(pl.SongsCount) } Songs</p>
</div>
}

0 comments on commit f995001

Please sign in to comment.