From d1eb9221adfbf0b957c59a6ca16ad8d94faf517e Mon Sep 17 00:00:00 2001 From: CodexAdrian <83074853+CodexAdrian@users.noreply.github.com> Date: Sat, 29 Jul 2023 00:06:24 -0400 Subject: [PATCH] Run linter --- pages/launcher.vue | 149 +++++++++++++++++++++++++++++++++------------ 1 file changed, 109 insertions(+), 40 deletions(-) diff --git a/pages/launcher.vue b/pages/launcher.vue index 7b51040ae0..483b92efbe 100644 --- a/pages/launcher.vue +++ b/pages/launcher.vue @@ -430,12 +430,29 @@ onMounted(() => { - - + + - - - + + + @@ -499,17 +516,50 @@ onMounted(() => { - - - + + + - - - + + + - - - + + + @@ -547,12 +597,29 @@ onMounted(() => { - - + + - - - + + + @@ -577,36 +644,36 @@ onMounted(() => {
- - Download the beta - + Download the beta
- - + + Mac
- - Download the beta - + Download the beta
- + {

- By downloading the Modrinth app you agree to our Terms and Privacy Policy. + By downloading the Modrinth app you agree to our + Terms and + Privacy Policy.

{
- @@ -1540,8 +1606,11 @@ onMounted(() => { padding: 2rem; font-size: var(--font-size-2xl); gap: var(--gap-sm); - background: var(--radial, radial-gradient(50% 50.00% at 50% 50.00%, #2C304F 0%, rgba(32, 35, 50, 0.77) 100%)); - box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.16), 2px 2px 32px 0px #393D5E inset; + background: var( + --radial, + radial-gradient(50% 50% at 50% 50%, #2c304f 0%, rgba(32, 35, 50, 0.77) 100%) + ); + box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.16), 2px 2px 32px 0px #393d5e inset; border-radius: var(--radius-md) var(--radius-md) 0 0; color: white; }