Change footer
This commit is contained in:
parent
0af11dc267
commit
ce3548daeb
4 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,8 @@
|
|||
<footer>
|
||||
The above variably-named Shark Game courtesy of:<br />
|
||||
<a href="https://cirri.al/">Cirrial</a>, 2014-2016<br />
|
||||
<a href="https://github.com/spencers145/">spencers145</a>, 2020-2021
|
||||
<a href="https://cirri.al/">Cirrial</a>, 2014-2016;
|
||||
<a href="https://github.com/spencers145/">spencers145</a>, 2020-2021;
|
||||
<a href="https://github.com/Toby222/">Toby</a>, 2021
|
||||
</footer>
|
||||
|
||||
<style lang="scss">
|
||||
|
@ -10,5 +11,6 @@
|
|||
font-size: 80%;
|
||||
color: var(--color-lighter);
|
||||
filter: brightness(130%);
|
||||
padding: 1px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -75,8 +75,8 @@
|
|||
background-color: var(--color-dark);
|
||||
|
||||
padding: 0;
|
||||
// Subtract footer and header size
|
||||
height: calc(100% - 2em - 3em);
|
||||
// Subtract footer and header size (and footer padding)
|
||||
height: calc(100% - 2em - 2em - 2px);
|
||||
|
||||
overflow-y: hidden;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
@use "./themes.scss";
|
||||
|
||||
html {
|
||||
// Subtract height of header and footer
|
||||
height: calc(100vh);
|
||||
}
|
||||
body {
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -515,9 +515,9 @@ doctrine@^3.0.0:
|
|||
esutils "^2.0.2"
|
||||
|
||||
electron-to-chromium@^1.3.846:
|
||||
version "1.3.851"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.851.tgz#457846fce94d5de25511570435a94f1a622203ac"
|
||||
integrity sha512-Ak970eGtRSoHTaJkoDjdkeXYetbwm5Bl9pN/nPOQ3QzLfw1EWRjReOlWUra6o58SVgxfpwOT9U2P1BUXoJ57dw==
|
||||
version "1.3.853"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.853.tgz#f3ed1d31f092cb3a17af188bca6c6a3ec91c3e82"
|
||||
integrity sha512-W4U8n+U8I5/SUaFcqZgbKRmYZwcyEIQVBDf+j5QQK6xChjXnQD+wj248eGR9X4u+dDmDR//8vIfbu4PrdBBIoQ==
|
||||
|
||||
emoji-regex@^8.0.0:
|
||||
version "8.0.0"
|
||||
|
@ -1168,9 +1168,9 @@ nanocolors@^0.1.5:
|
|||
integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==
|
||||
|
||||
nanocolors@^0.2.2, nanocolors@^0.2.8:
|
||||
version "0.2.11"
|
||||
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.11.tgz#f2573e6872f1b70067423fc68bbc9d0de2f3bbee"
|
||||
integrity sha512-83ttyvfJj66dKMadWfBkEUOEDFfRc8FpzTJvh1MySR/pzWFmFikTQZGOV6kHZRz7yR/heiQ1y/MHBBN5P/e7WQ==
|
||||
version "0.2.12"
|
||||
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777"
|
||||
integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==
|
||||
|
||||
nanoid@^3.1.25:
|
||||
version "3.1.28"
|
||||
|
|
Reference in a new issue