diff --git a/src/pages/Details.vue b/src/pages/Details.vue index f361e69e..3ba3b0fa 100644 --- a/src/pages/Details.vue +++ b/src/pages/Details.vue @@ -69,35 +69,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.") }}

-

()

- + @@ -151,7 +157,7 @@ - + {{ beat.msg }} @@ -396,7 +402,7 @@ export default { translationPrefix = "Avg. "; } - if (this.monitor.type === "http") { + if (this.monitor.type === "http" || this.monitor.type === "keyword") { return this.$t(translationPrefix + "Response"); } @@ -449,6 +455,7 @@ export default { flex-direction: column; align-items: center; padding-top: 10px; + font-size: 0.9em; } a.btn { @@ -505,6 +512,18 @@ table { } } +@media (max-width: 550px) { + .stats { + .col { + margin: 10px 0 !important; + } + + h4 { + font-size: 1.1rem; + } + } +} + .keyword { color: black; }