From 267e8b6151c21f92b75843e9806d407e1d11ae26 Mon Sep 17 00:00:00 2001 From: "Leon Etienne (ubuntu wsl)" Date: Sat, 23 Jan 2021 21:23:56 +0100 Subject: [PATCH] Fixed that horrendous "please wait" blocker... Also updated favicon --- .../assets/css/modular.css | 4 ++ .../components/PleaseWaitBlocker.vue | 45 ++++++------ tubio-frontend-nuxt-app/nuxt.config.js | 1 + tubio-frontend-nuxt-app/pages/index.vue | 69 ++++++++++--------- 4 files changed, 64 insertions(+), 55 deletions(-) create mode 100644 tubio-frontend-nuxt-app/assets/css/modular.css diff --git a/tubio-frontend-nuxt-app/assets/css/modular.css b/tubio-frontend-nuxt-app/assets/css/modular.css new file mode 100644 index 0000000..7f97456 --- /dev/null +++ b/tubio-frontend-nuxt-app/assets/css/modular.css @@ -0,0 +1,4 @@ +.inherit-all { + all: inherit; +} + \ No newline at end of file diff --git a/tubio-frontend-nuxt-app/components/PleaseWaitBlocker.vue b/tubio-frontend-nuxt-app/components/PleaseWaitBlocker.vue index 6ab19ec..b301976 100644 --- a/tubio-frontend-nuxt-app/components/PleaseWaitBlocker.vue +++ b/tubio-frontend-nuxt-app/components/PleaseWaitBlocker.vue @@ -1,12 +1,14 @@