diff --git a/frontend/src/components/falukant/StatusBar.vue b/frontend/src/components/falukant/StatusBar.vue
index e2427f5..e3bb0be 100644
--- a/frontend/src/components/falukant/StatusBar.vue
+++ b/frontend/src/components/falukant/StatusBar.vue
@@ -5,19 +5,22 @@
-
-
+
+
-
:
+
- {{ item.icon }}:
+ {{ item.icon }}
- {{ item.value }}
+
{{ item.value }}
-
-
{{ item.icon }}: ![]()
+
+
+ {{ item.icon }}
+
+
@@ -199,7 +202,17 @@ export default {
align-items: center;
}
-.status-icon {
+.status-icon-wrapper {
+ display: inline-flex;
+ align-items: center;
+ margin-right: 4px;
+}
+
+.status-icon-symbol {
+ font-size: 14px;
+}
+
+.status-label {
font-size: 14px;
}