diff --git a/src/pages/Details.vue b/src/pages/Details.vue index dd7df977..9e562846 100644 --- a/src/pages/Details.vue +++ b/src/pages/Details.vue @@ -54,35 +54,41 @@
-
-

{{ pingTitle() }}

-

({{ $t("Current") }})

- +
+

{{ pingTitle() }}

+

({{ $t("Current") }})

+
-
-

{{ pingTitle(true) }}

-

(24{{ $t("-hour") }})

- +
+

{{ pingTitle(true) }}

+

(24{{ $t("-hour") }})

+ + +
-
-

{{ $t("Uptime") }}

-

(24{{ $t("-hour") }})

- +
+

{{ $t("Uptime") }}

+

(24{{ $t("-hour") }})

+ + +
-
-

{{ $t("Uptime") }}

-

(30{{ $t("-day") }})

- +
+

{{ $t("Uptime") }}

+

(30{{ $t("-day") }})

+ + +
-
-

{{ $t("Cert Exp.") }}

-

()

- + @@ -136,7 +142,7 @@ - + {{ beat.msg }} @@ -376,7 +382,7 @@ export default { translationPrefix = "Avg. "; } - if (this.monitor.type === "http") { + if (this.monitor.type === "http" || this.monitor.type === "keyword") { return this.$t(translationPrefix + "Response"); } @@ -415,6 +421,7 @@ export default { flex-direction: column; align-items: center; padding-top: 10px; + font-size: 0.9em; } a.btn { @@ -471,6 +478,17 @@ table { } } +@media (max-width: 550px) { + .stats { + .col { + margin: 10px 0 !important; + } + h4 { + font-size: 1.1rem; + } + } +} + .keyword { color: black; }