From 4d436ca76d2af28474f3d2509a52b226916700c1 Mon Sep 17 00:00:00 2001
From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com>
Date: Sat, 8 Oct 2022 22:49:41 -0400
Subject: [PATCH 1/2] Home + Games (needs fine-tuning positioning)
---
src/lib/components/UserListed.svelte | 4 ++--
src/routes/(app)/+page.svelte | 18 +++++++++++++++++-
src/routes/(app)/games/+page.svelte | 12 +++++++++++-
tailwind.config.cjs | 2 +-
4 files changed, 31 insertions(+), 5 deletions(-)
diff --git a/src/lib/components/UserListed.svelte b/src/lib/components/UserListed.svelte
index 2666b6a..babe819 100644
--- a/src/lib/components/UserListed.svelte
+++ b/src/lib/components/UserListed.svelte
@@ -1,6 +1,6 @@
-
+
diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte
index 1d01f83..cc2d5e0 100644
--- a/src/routes/(app)/+page.svelte
+++ b/src/routes/(app)/+page.svelte
@@ -13,12 +13,21 @@
diff --git a/src/routes/(app)/games/+page.svelte b/src/routes/(app)/games/+page.svelte
index 146c10b..a9a8b6d 100644
--- a/src/routes/(app)/games/+page.svelte
+++ b/src/routes/(app)/games/+page.svelte
@@ -7,9 +7,19 @@
+
+
+
+
+
+
+
+
diff --git a/tailwind.config.cjs b/tailwind.config.cjs
index cc1363e..6ae27f5 100644
--- a/tailwind.config.cjs
+++ b/tailwind.config.cjs
@@ -5,7 +5,7 @@ module.exports = {
container: {
center: true,
padding: {
- "2xl": "12rem"
+ "2xl": "16rem"
}
},
extend: {}
From 6150ec6573f72851ba8dce2978c88249f2b19dd6 Mon Sep 17 00:00:00 2001
From: unexp
Date: Sun, 9 Oct 2022 00:44:46 -0300
Subject: [PATCH 2/2] Cool navbar
---
src/routes/(app)/+layout.svelte | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte
index 806c401..5931d69 100644
--- a/src/routes/(app)/+layout.svelte
+++ b/src/routes/(app)/+layout.svelte
@@ -1,20 +1,20 @@