Skip to content

Commit 21253c2

Browse files
committed
😩😩
1 parent c8e954f commit 21253c2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stronk-tech/react-librespot-controller",
33
"description": "`go-librespot` squeezebox-alike web frontend for small touchscreens",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"files": [

src/components/MediaPlayer.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
.spotify-player-default-layout .spotify-player-footer {
5959
display: flex;
60-
justify-content: space-between;
60+
justify-content: space-evenly;
6161
gap: 1em;
6262
}
6363

@@ -66,8 +66,10 @@
6666
}
6767

6868
.spotify-player-default-layout .spotify-player-left {
69-
display: flex;
7069
flex: 1;
70+
display: flex;
71+
justify-content: center;
72+
max-width: 400px;
7173
}
7274

7375
.spotify-player-default-layout .spotify-player-right {

0 commit comments

Comments
 (0)