Skip to content

Commit

Permalink
chore(history): fix missing height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed May 23, 2024
1 parent 20c2512 commit 93f434b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/pages/index.templ
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ templ Index(recentPlays []entities.Song) {
class={
"w-full", "md:w-auto", "bg-accent-trans-20", "backdrop-blur-lg", "rounded-xl",
"rounded-[10px]", "m-[10px]", "md:m-[20px]", "p-[20px]", "md:p-[40px]", "flex", "flex-col", "gap-y-6",
"text-secondary",
"text-secondary", "mb-[170px]", "lg:mb-0",
}
>
if recentPlays != nil && len(recentPlays) != 0 {
Expand Down

0 comments on commit 93f434b

Please sign in to comment.