From 565ccab20f7a5e758ea6874551ebb300cc7fd902 Mon Sep 17 00:00:00 2001 From: p0ryae Date: Sat, 12 Aug 2023 14:51:14 -0700 Subject: [PATCH] Last second changes for 0.7 release --- .gitattributes | 2 ++ src/App.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..34e793c3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html linguist-detectable=false +*.js linguist-detectable=false \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index dec0b400..d176642e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -668,8 +668,8 @@ body { .gamesList { position: absolute; overflow-y: scroll; - width: 97%; - height: 81%; + width: 80%; + height: 72%; margin-top: 100px; margin-left: 18px; display: flex;