From b2273c071b1a78aa297f106bfa756ade8298d13d Mon Sep 17 00:00:00 2001 From: atjn Date: Mon, 18 Apr 2022 03:19:09 +0200 Subject: [PATCH] Define a face style --- src/components/LDeviceLocationPopup.vue | 1 + src/styles/_map.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/components/LDeviceLocationPopup.vue b/src/components/LDeviceLocationPopup.vue index 85df3ff..e20f580 100644 --- a/src/components/LDeviceLocationPopup.vue +++ b/src/components/LDeviceLocationPopup.vue @@ -7,6 +7,7 @@ :src="faceImageDataURI" :alt="$t('Image of {deviceName}', { deviceName })" :title="$t('Image of {deviceName}', { deviceName })" + class="face" />