We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc441ed commit 3a51d36Copy full SHA for 3a51d36
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.5",
+ "version": "0.1.6",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
7
"files": [
src/components/MediaPlayer.css
@@ -67,6 +67,7 @@
67
68
.spotify-player-default-layout .spotify-player-left {
69
display: flex;
70
+ flex: 1;
71
}
72
73
.spotify-player-default-layout .spotify-player-right {
0 commit comments