From 668fd58af37318c2cdbbe0f324821280ea3efcc6 Mon Sep 17 00:00:00 2001 From: Nelson Chan Date: Fri, 1 Oct 2021 22:43:09 +0800 Subject: [PATCH] Fix: Slightly improve validity styling --- src/components/CertificateInfo.vue | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/src/components/CertificateInfo.vue b/src/components/CertificateInfo.vue index 0b23c952..bb10f158 100644 --- a/src/components/CertificateInfo.vue +++ b/src/components/CertificateInfo.vue @@ -2,8 +2,18 @@

{{ $t("Certificate Info") }}

{{ $t("Certificate Chain") }}: -
{{ $t("Valid") }}
-
{{ $t("Invalid") }}
+
+ {{ $t("Valid") }} +
+
+ {{ $t("Invalid") }} +
@@ -27,4 +37,16 @@ export default { }; - +