diff --git a/app/css/main.css b/app/css/main.css index 13c31b9..b54b97f 100644 --- a/app/css/main.css +++ b/app/css/main.css @@ -406,6 +406,7 @@ h4 { } #zone-container, +#zone-container-inner, #status-container, #music-sources-container { margin-left: 4.4px; diff --git a/app/package.json b/app/package.json index f593183..67a868c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "sonos-controller-unofficial", "description": "Unoffical sonos controller for linux.", - "version": "0.0.9", + "version": "0.0.10", "author": "Pascal Opitz ", "main": "main.js", "dependencies": { diff --git a/package.json b/package.json index 58b4f50..d04079a 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,10 @@ { "name": "Basster", "url": "https://github.com/Basster" + }, + { + "name": "economysizegeek", + "url": "https://github.com/economysizegeek" } ], "build": { diff --git a/src/ui/components/Application.jsx b/src/ui/components/Application.jsx index a482bc1..5045836 100644 --- a/src/ui/components/Application.jsx +++ b/src/ui/components/Application.jsx @@ -39,13 +39,7 @@ class Application extends Component {

ROOMS

- -
-
- -
-
- +
diff --git a/src/ui/components/ZoneGroupList.jsx b/src/ui/components/ZoneGroupList.jsx index 45c2e40..96ad2af 100644 --- a/src/ui/components/ZoneGroupList.jsx +++ b/src/ui/components/ZoneGroupList.jsx @@ -47,8 +47,12 @@ class ZoneGroupList extends Component { }); return ( -
- {zoneGroupNodes} +
+
+
+ {zoneGroupNodes} +
+
); }