From a824795cc38127fcb068332f0a398be59114473e Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Fri, 17 Apr 2020 01:18:06 +0100 Subject: [PATCH] adding latest --- src/components/Appbar.vue | 22 ++-- src/views/Playground.vue | 33 +++--- temp.md | 211 ++++++++++++++++++++++++++++---------- 3 files changed, 188 insertions(+), 78 deletions(-) diff --git a/src/components/Appbar.vue b/src/components/Appbar.vue index a809847..ccd91db 100644 --- a/src/components/Appbar.vue +++ b/src/components/Appbar.vue @@ -7,8 +7,9 @@ color="rgba(93.3%, 93.3%, 93.3%, 0.5)" v-if="!this.$store.getters.fullScreen" style="z-index: 15;" + width="100%" > - + - diff --git a/src/views/Playground.vue b/src/views/Playground.vue index 8b64893..340796d 100644 --- a/src/views/Playground.vue +++ b/src/views/Playground.vue @@ -1,11 +1,11 @@