Skip to content

Commit

Permalink
Fix outdated heights
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 10, 2023
1 parent e042fa8 commit 2adbc99
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/routes/Home.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.home-container {
width: 100%;
height: calc(100% - (2rem + 2.7%));
height: 100%;

margin: 0;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/Instance.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.full-instance-container {
width: 100%;
height: calc(100% - (2rem + 2.6%));
height: 100%;

background-color: #1f2120;

Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/Instances.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.instances-wrapper {
width: 100%;
height: calc(100% - (2rem + 2.6%));
height: 100%;

background-color: #1f2120;

Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/mods/Browse.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.browse-container {
width: 100%;
height: calc(100% - (2rem + 3.6%));
height: 100%;

background-color: #1f2120;

Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/mods/FullMod.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.full-mod-container {
width: 100%;
height: calc(100% - (2rem + 2.6%));
height: 100%;

background-color: #1f2120;

Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/mods/Manage.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.manage-container {
width: 100%;
height: calc(100% - (2rem + 2.6%));
height: 100%;

background-color: #1f2120;

Expand Down

0 comments on commit 2adbc99

Please sign in to comment.