From d9a971ce98290c0e7bb072c180171b5d0925eac7 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Wed, 13 Sep 2023 16:32:29 -0300 Subject: [PATCH] Use monospace font on `DepthIndicator` This way the sensor value does not affect the widget size. --- src/components/mini-widgets/DepthIndicator.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/mini-widgets/DepthIndicator.vue b/src/components/mini-widgets/DepthIndicator.vue index 467e41493..fa02f0d4c 100644 --- a/src/components/mini-widgets/DepthIndicator.vue +++ b/src/components/mini-widgets/DepthIndicator.vue @@ -2,7 +2,10 @@
- {{ round(averageDepth, 2) }} m +
+ {{ round(averageDepth, 2) }} + m +
Depth