From 5a2322583b0fe55fa8823d28e3af7be7cc252eb9 Mon Sep 17 00:00:00 2001 From: MaySoMusician Date: Thu, 21 Oct 2021 14:27:34 +0900 Subject: [PATCH] Add dialog and arrow to TheInternalBrowserGuard --- assets/arrowTopRight.min.svg | 9 +++ components/TheInternalBrowserGuard.vue | 106 +++++++++++++++++++++++-- layouts/default.vue | 3 +- 3 files changed, 110 insertions(+), 8 deletions(-) create mode 100644 assets/arrowTopRight.min.svg diff --git a/assets/arrowTopRight.min.svg b/assets/arrowTopRight.min.svg new file mode 100644 index 00000000..b7748522 --- /dev/null +++ b/assets/arrowTopRight.min.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/components/TheInternalBrowserGuard.vue b/components/TheInternalBrowserGuard.vue index 110c0a3d..d3341a72 100644 --- a/components/TheInternalBrowserGuard.vue +++ b/components/TheInternalBrowserGuard.vue @@ -1,33 +1,125 @@ - + diff --git a/layouts/default.vue b/layouts/default.vue index 186f242e..303bbcda 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -16,7 +16,6 @@ max-w="66rem" mx="auto" > - @@ -76,6 +75,8 @@ + +