From 2adbc999fc6dadb4f557e4371d85990b3b58115c Mon Sep 17 00:00:00 2001 From: Jacob Sapoznikow Date: Fri, 10 Mar 2023 03:58:57 +0000 Subject: [PATCH] Fix outdated heights --- app/src/routes/Home.scss | 2 +- app/src/routes/Instance.scss | 2 +- app/src/routes/Instances.scss | 2 +- app/src/routes/mods/Browse.scss | 2 +- app/src/routes/mods/FullMod.scss | 2 +- app/src/routes/mods/Manage.scss | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/routes/Home.scss b/app/src/routes/Home.scss index 070a4af..32cb83c 100644 --- a/app/src/routes/Home.scss +++ b/app/src/routes/Home.scss @@ -1,6 +1,6 @@ .home-container { width: 100%; - height: calc(100% - (2rem + 2.7%)); + height: 100%; margin: 0; padding: 0; diff --git a/app/src/routes/Instance.scss b/app/src/routes/Instance.scss index f746dd5..fd0e43f 100644 --- a/app/src/routes/Instance.scss +++ b/app/src/routes/Instance.scss @@ -1,6 +1,6 @@ .full-instance-container { width: 100%; - height: calc(100% - (2rem + 2.6%)); + height: 100%; background-color: #1f2120; diff --git a/app/src/routes/Instances.scss b/app/src/routes/Instances.scss index 55dd059..7299c74 100644 --- a/app/src/routes/Instances.scss +++ b/app/src/routes/Instances.scss @@ -1,6 +1,6 @@ .instances-wrapper { width: 100%; - height: calc(100% - (2rem + 2.6%)); + height: 100%; background-color: #1f2120; diff --git a/app/src/routes/mods/Browse.scss b/app/src/routes/mods/Browse.scss index d534fec..aff6dbe 100644 --- a/app/src/routes/mods/Browse.scss +++ b/app/src/routes/mods/Browse.scss @@ -1,6 +1,6 @@ .browse-container { width: 100%; - height: calc(100% - (2rem + 3.6%)); + height: 100%; background-color: #1f2120; diff --git a/app/src/routes/mods/FullMod.scss b/app/src/routes/mods/FullMod.scss index 149ec24..5d2332a 100644 --- a/app/src/routes/mods/FullMod.scss +++ b/app/src/routes/mods/FullMod.scss @@ -1,6 +1,6 @@ .full-mod-container { width: 100%; - height: calc(100% - (2rem + 2.6%)); + height: 100%; background-color: #1f2120; diff --git a/app/src/routes/mods/Manage.scss b/app/src/routes/mods/Manage.scss index 073a536..8241e3f 100644 --- a/app/src/routes/mods/Manage.scss +++ b/app/src/routes/mods/Manage.scss @@ -1,6 +1,6 @@ .manage-container { width: 100%; - height: calc(100% - (2rem + 2.6%)); + height: 100%; background-color: #1f2120;