diff --git a/frontend/app/app.vue b/frontend/app/app.vue index dcaec3b..796f23a 100644 --- a/frontend/app/app.vue +++ b/frontend/app/app.vue @@ -26,12 +26,24 @@ onMounted(() => { \ No newline at end of file diff --git a/frontend/app/assets/css/main.scss b/frontend/app/assets/css/main.scss index 180884e..0ecd802 100644 --- a/frontend/app/assets/css/main.scss +++ b/frontend/app/assets/css/main.scss @@ -24,6 +24,7 @@ body { /* OR for standard crisp images */ image-rendering: crisp-edges; pointer-events: none; + user-select: none; } ul { diff --git a/frontend/app/components/Container.vue b/frontend/app/components/Container.vue index 1499585..62bd8ef 100644 --- a/frontend/app/components/Container.vue +++ b/frontend/app/components/Container.vue @@ -20,6 +20,7 @@ $separation: 2px; padding: 8px 24px; color: white; border: 1px solid var(--color-border-color); + box-shadow: 8px -8px 0px 0px #151d28; } .corner{ diff --git a/frontend/app/components/Footer.vue b/frontend/app/components/Footer.vue new file mode 100644 index 0000000..8aa72a7 --- /dev/null +++ b/frontend/app/components/Footer.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/frontend/app/components/Sprite.vue b/frontend/app/components/Sprite.vue index b6fed63..6f04746 100644 --- a/frontend/app/components/Sprite.vue +++ b/frontend/app/components/Sprite.vue @@ -64,6 +64,5 @@ onMounted(() => { \ No newline at end of file diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index d744a75..b3e5903 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -14,21 +14,39 @@ onMounted(async () => {