diff --git a/src/components/misc/ready.vue b/src/components/misc/ready.vue index 7b421c65e..93363ecdc 100644 --- a/src/components/misc/ready.vue +++ b/src/components/misc/ready.vue @@ -11,7 +11,7 @@
-

+

{{ $t('ready.noApiUrlConfigured') }}

@@ -80,7 +80,7 @@ export default { this.error = ERROR_NO_API_URL return } - + this.$store.dispatch('loadApp') .catch(e => { this.error = e @@ -124,23 +124,23 @@ export default { background: url('@/assets/llama-nightscape.jpg') no-repeat center; background-size: cover; height: 100vh; +} - .offline-message { +.offline-message { + text-align: center; + position: absolute; + width: 100vw; + bottom: 5vh; + color: $white; + padding: 0 1rem; + + h1 { + font-weight: bold; + font-size: 1.5rem; text-align: center; - position: absolute; - width: 100vw; - bottom: 5vh; color: $white; - padding: 0 1rem; - - h1 { - font-weight: bold; - font-size: 1.5rem; - text-align: center; - color: $white; - font-weight: 700 !important; - font-size: 1.5rem; - } + font-weight: 700 !important; + font-size: 1.5rem; } }