diff --git a/src/views/DeviceStreamLive.vue b/src/views/DeviceStreamLive.vue index dc990b3..4a3626e 100644 --- a/src/views/DeviceStreamLive.vue +++ b/src/views/DeviceStreamLive.vue @@ -215,4 +215,4 @@ watch(heatInfo.data, heatInfo => { grid-template-columns: repeat(v-bind(cols), minmax(0, 1fr)); grid-template-rows: repeat(v-bind(rows), minmax(0, 1fr)); } -../hooks/heat-info + diff --git a/src/views/OnFloorWallLive.vue b/src/views/OnFloorWallLive.vue index 51dcae8..33cfb2a 100644 --- a/src/views/OnFloorWallLive.vue +++ b/src/views/OnFloorWallLive.vue @@ -113,5 +113,8 @@ main { main.dark { background: var(--bgUrl, black); + background-position: center; + background-repeat: no-repeat; + background-size: cover; }