We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e954f commit 21253c2Copy full SHA for 21253c2
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@stronk-tech/react-librespot-controller",
3
"description": "`go-librespot` squeezebox-alike web frontend for small touchscreens",
4
- "version": "0.1.8",
+ "version": "0.1.9",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
7
"files": [
src/components/MediaPlayer.css
@@ -57,7 +57,7 @@
57
58
.spotify-player-default-layout .spotify-player-footer {
59
display: flex;
60
- justify-content: space-between;
+ justify-content: space-evenly;
61
gap: 1em;
62
}
63
@@ -66,8 +66,10 @@
66
67
68
.spotify-player-default-layout .spotify-player-left {
69
- display: flex;
70
flex: 1;
+ display: flex;
71
+ justify-content: center;
72
+ max-width: 400px;
73
74
75
.spotify-player-default-layout .spotify-player-right {
0 commit comments