Change footer

This commit is contained in:
Tobias Berger 2021-09-29 11:48:23 +02:00
parent 0af11dc267
commit ce3548daeb
4 changed files with 12 additions and 11 deletions

View file

@ -1,7 +1,8 @@
<footer> <footer>
The above variably-named Shark Game courtesy of:<br /> The above variably-named Shark Game courtesy of:<br />
<a href="https://cirri.al/">Cirrial</a>, 2014-2016<br /> <a href="https://cirri.al/">Cirrial</a>, 2014-2016;
<a href="https://github.com/spencers145/">spencers145</a>, 2020-2021 <a href="https://github.com/spencers145/">spencers145</a>, 2020-2021;
<a href="https://github.com/Toby222/">Toby</a>, 2021
</footer> </footer>
<style lang="scss"> <style lang="scss">
@ -10,5 +11,6 @@
font-size: 80%; font-size: 80%;
color: var(--color-lighter); color: var(--color-lighter);
filter: brightness(130%); filter: brightness(130%);
padding: 1px;
} }
</style> </style>

View file

@ -75,8 +75,8 @@
background-color: var(--color-dark); background-color: var(--color-dark);
padding: 0; padding: 0;
// Subtract footer and header size // Subtract footer and header size (and footer padding)
height: calc(100% - 2em - 3em); height: calc(100% - 2em - 2em - 2px);
overflow-y: hidden; overflow-y: hidden;

View file

@ -1,7 +1,6 @@
@use "./themes.scss"; @use "./themes.scss";
html { html {
// Subtract height of header and footer
height: calc(100vh); height: calc(100vh);
} }
body { body {

View file

@ -515,9 +515,9 @@ doctrine@^3.0.0:
esutils "^2.0.2" esutils "^2.0.2"
electron-to-chromium@^1.3.846: electron-to-chromium@^1.3.846:
version "1.3.851" version "1.3.853"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.851.tgz#457846fce94d5de25511570435a94f1a622203ac" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.853.tgz#f3ed1d31f092cb3a17af188bca6c6a3ec91c3e82"
integrity sha512-Ak970eGtRSoHTaJkoDjdkeXYetbwm5Bl9pN/nPOQ3QzLfw1EWRjReOlWUra6o58SVgxfpwOT9U2P1BUXoJ57dw== integrity sha512-W4U8n+U8I5/SUaFcqZgbKRmYZwcyEIQVBDf+j5QQK6xChjXnQD+wj248eGR9X4u+dDmDR//8vIfbu4PrdBBIoQ==
emoji-regex@^8.0.0: emoji-regex@^8.0.0:
version "8.0.0" version "8.0.0"
@ -1168,9 +1168,9 @@ nanocolors@^0.1.5:
integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ== integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==
nanocolors@^0.2.2, nanocolors@^0.2.8: nanocolors@^0.2.2, nanocolors@^0.2.8:
version "0.2.11" version "0.2.12"
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.11.tgz#f2573e6872f1b70067423fc68bbc9d0de2f3bbee" resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777"
integrity sha512-83ttyvfJj66dKMadWfBkEUOEDFfRc8FpzTJvh1MySR/pzWFmFikTQZGOV6kHZRz7yR/heiQ1y/MHBBN5P/e7WQ== integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==
nanoid@^3.1.25: nanoid@^3.1.25:
version "3.1.28" version "3.1.28"