diff --git a/tutordash/server/static/scss/dash.scss b/tutordash/server/static/scss/dash.scss index 6ee0ed2..b6bbc43 100644 --- a/tutordash/server/static/scss/dash.scss +++ b/tutordash/server/static/scss/dash.scss @@ -45,10 +45,12 @@ html { } body { margin: 0; + height: 100%; } main { display: grid; grid-template-columns: 20% 80%; + height: 100%; @media (max-width: 900px) { grid-template-columns: 10% 90%; diff --git a/tutordash/server/templates/_plugin_store_list.html b/tutordash/server/templates/_plugin_store_list.html index 78300a4..0bb4114 100644 --- a/tutordash/server/templates/_plugin_store_list.html +++ b/tutordash/server/templates/_plugin_store_list.html @@ -25,11 +25,7 @@
diff --git a/tutordash/server/templates/plugin_header.html b/tutordash/server/templates/plugin_header.html index 1aa247a..b8df545 100644 --- a/tutordash/server/templates/plugin_header.html +++ b/tutordash/server/templates/plugin_header.html @@ -5,7 +5,7 @@ Plugin Marketplace / {{ plugin_name }} -