From 4c839e0f30fad9e5df29f1f0682380581c582713 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 20 Aug 2020 00:14:27 +0200 Subject: viewer: information panel with markdown github: resolves #214 github: resolves #37 --- viewer/src/views/PanelLeft.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'viewer/src/views/PanelLeft.vue') diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index 6341beb..f8d6faf 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue @@ -38,9 +38,9 @@ /> -

- Informations - +

+ {{ $t("panelLeft.information.title") }} +

@@ -105,7 +105,8 @@ export default class PanelLeft extends Vue { user-select: none; > svg { color: $link; - } + margin-top: 2px; // Fixes a vertical centering issue with the carret + } } } -- cgit v1.2.3