From d39291994b40b462fdfe214881904ec2243e2f44 Mon Sep 17 00:00:00 2001 From: Svante Bengtson Date: Sat, 13 Jul 2024 18:03:57 +0200 Subject: [PATCH] fix background themeing --- src/views/DeviceStreamLive.vue | 2 +- src/views/OnFloorWallLive.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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; }