File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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
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 {
You can’t perform that action at this time.
0 commit comments