Skip to content

Commit 3a51d36

Browse files
committed
Undo flex oopsie
1 parent cc441ed commit 3a51d36

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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.5",
4+
"version": "0.1.6",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"files": [

src/components/MediaPlayer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767

6868
.spotify-player-default-layout .spotify-player-left {
6969
display: flex;
70+
flex: 1;
7071
}
7172

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

0 commit comments

Comments
 (0)