Skip to content

Commit 83b2845

Browse files
committed
Tweaks
1 parent a6da6e8 commit 83b2845

5 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The player arranges itself based on the screen dimensions, with three possible l
7979

8080
### Widescreen
8181
![WideLib](screenshots/widescreen.png)
82+
![WideLib](screenshots/widescreen_lib.png)
8283
![WideLib](screenshots/widescreen_library.png)
8384

8485
### Portrait

screenshots/widescreen_lib.png

596 KB
Loading

src/components/Info/Playlists.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
border-radius: 0.5em;
1010
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
1111
position: relative;
12+
display: flex;
1213
}
1314

1415
.spotify-player-playlist-container {

src/components/MediaPlayer.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
flex: 1;
3131
display: flex;
3232
flex-direction: column;
33-
overflow-y: hidden;
33+
overflow: hidden;
3434
}
3535

3636
/* Wrapper main contents */
@@ -78,7 +78,7 @@
7878
}
7979

8080
.spotify-player-default-layout .spotify-player-playlist-container {
81-
grid-template-rows: repeat(4, minmax(50px, auto));
81+
grid-template-rows: repeat(3, minmax(50px, auto));
8282
grid-auto-flow: column;
8383
}
8484

@@ -125,7 +125,7 @@
125125
flex: 2;
126126
display: flex;
127127
flex-direction: column;
128-
gap: 0;
128+
gap: 0.4em;
129129
height: 100%;
130130
overflow-x: auto;
131131
box-sizing: border-box;

src/standalone.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ body {
1919

2020
body #root {
2121
height: unset;
22+
padding: 2em;
2223
}

0 commit comments

Comments
 (0)