Skip to content

Commit cfb6934

Browse files
committed
Tiny fix for mobile (ye mobile UI is atrocious rn)
1 parent b2edec3 commit cfb6934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build/src/components/Home.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@
345345
}
346346

347347
.playlistArt {
348-
width: 48px;
349-
height: 48px;
348+
width: 60px;
349+
height: 60px;
350350
border-radius: var(--radius);
351351
background: linear-gradient(
352352
135deg,
@@ -401,7 +401,7 @@
401401
.panel {
402402
padding: var(--spacing-4);
403403
padding-right: var(--spacing-4);
404-
border-radius: var(--radius);
404+
border-radius: var(--radius-lg) 0 0 var(--radius-lg);
405405
}
406406

407407
.hero {

0 commit comments

Comments
 (0)