Skip to content

Commit 1e7b8bb

Browse files
fix: align mobile playlist panel with player
1 parent b2900a4 commit 1e7b8bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/widgets/music-player/organisms/Playlist.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
.playlist-panel {
6161
width: 280px !important;
6262
max-width: 280px !important;
63-
right: 0 !important;
63+
right: 0.5rem !important;
6464
}
6565
}
6666
6767
@media (max-width: 480px) {
6868
.playlist-panel {
6969
width: 260px !important;
7070
max-width: 260px !important;
71-
right: 0 !important;
71+
right: 0.5rem !important;
7272
}
7373
}
7474
</style>

0 commit comments

Comments
 (0)