diff --git a/public/assets/loading-white.svg b/public/assets/loading-white.svg new file mode 100644 index 0000000..61e0fe3 --- /dev/null +++ b/public/assets/loading-white.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/components/LiteLoading.vue b/src/components/LiteLoading.vue index 846322e..1941495 100644 --- a/src/components/LiteLoading.vue +++ b/src/components/LiteLoading.vue @@ -1,6 +1,25 @@ + + diff --git a/src/components/NewVersion.vue b/src/components/NewVersion.vue index fed8760..d3ab276 100644 --- a/src/components/NewVersion.vue +++ b/src/components/NewVersion.vue @@ -34,7 +34,7 @@ const reload = () => {
@@ -55,4 +55,8 @@ const reload = () => { border-radius: 4px; background-color: var(--background-color); } + +button { + flex: 1; +}