WebHost: Remove styleController.js and replace functionality with HTML/CSS. (#4852)

* ensure footer stays at bottom of page without JS

* Remove some other usages.
This commit is contained in:
Zach 'Phar' Parks
2025-04-08 23:46:46 -05:00
committed by GitHub
parent f2cb16a5be
commit 0f7deb1d2a
13 changed files with 30 additions and 73 deletions

View File

@@ -36,6 +36,13 @@ html{
body{
margin: 0;
display: flex;
flex-direction: column;
min-height: calc(100vh - 110px);
}
main {
flex-grow: 1;
}
a{