1 Commits

Author SHA1 Message Date
5e95f22245 footer position fixed
All checks were successful
App Image CI / Build app image (push) Successful in -1m27s
NPM Audit Check / Check NPM audit (push) Successful in -2m12s
2025-09-23 12:55:16 -05:00
2 changed files with 10 additions and 2 deletions

View File

@@ -190,6 +190,10 @@ input[type="submit"] {
&.no-padding { &.no-padding {
padding: 0; padding: 0;
} }
&:has(+ .content.footer) {
padding-bottom: 3em;
}
} }
.overflow-x { .overflow-x {
@@ -231,9 +235,13 @@ input[type="submit"] {
.content.footer { .content.footer {
background: var(--primary-dark); background: var(--primary-dark);
color: var(--color-text); color: var(--color-text);
margin-top: .5em;
padding: .25em 1em; padding: .25em 1em;
position: fixed;
bottom: 0;
left: 0;
right: 0;
a { a {
color: var(--color-text); color: var(--color-text);
text-decoration: underline; text-decoration: underline;

View File

@@ -14,7 +14,7 @@
<link rel="canonical" href="<%= page.canonical%>"/> <link rel="canonical" href="<%= page.canonical%>"/>
<% } %> <% } %>
<link rel="shortcut icon" href="/assets/svg/favicon.svg"> <link rel="shortcut icon" href="/assets/svg/favicon.svg">
<link rel="stylesheet" href="/assets/css/styles.css?v3"> <link rel="stylesheet" href="/assets/css/styles.css?v4">
<script nonce="<%= cspNonce %>"> <script nonce="<%= cspNonce %>">
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
document.body.classList.remove('preload'); document.body.classList.remove('preload');