From 0561247ac12f08e4f257cbc92fd7a1cef49a4484 Mon Sep 17 00:00:00 2001 From: ThunderboxEntertainment <36485835+ThunderboxEntertainment@users.noreply.github.com> Date: Tue, 5 Dec 2023 05:44:38 +0000 Subject: [PATCH] Update location-card.vue Swapped the location of the temperature/humidity with the other badges to eliminate "popping" on the Location cards. This way If you have some rooms with equipment active, and some without, the temp and humidity readings will all be aligned (as opposed to offset). Signed-off-by: ThunderboxEntertainment <36485835+ThunderboxEntertainment@users.noreply.github.com> --- .../web/src/components/cards/location-card.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/components/cards/location-card.vue b/bundles/org.openhab.ui/web/src/components/cards/location-card.vue index eefbc5cd2a..43edae72e6 100644 --- a/bundles/org.openhab.ui/web/src/components/cards/location-card.vue +++ b/bundles/org.openhab.ui/web/src/components/cards/location-card.vue @@ -8,17 +8,17 @@
- - - -
-
+
+ + + +