Push to prod

This commit is contained in:
James Pattinson
2025-12-10 16:40:58 +00:00
parent e8bd30aadc
commit 5f2aa82e36

View File

@@ -45,6 +45,7 @@
opacity: 0.9;
display: flex;
align-items: center;
gap: 0.3rem;
}
.container {
@@ -170,6 +171,24 @@
transform: rotate(-90deg);
}
.footer-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #34495e;
color: white;
padding: 0.5rem 2rem;
text-align: center;
font-size: 0.85rem;
z-index: 50;
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
body {
padding-bottom: 40px; /* Make room for footer */
}
.loading {
text-align: center;
padding: 2rem;
@@ -3019,5 +3038,10 @@
document.getElementById('etd-time').addEventListener('change', markETDAsManuallyEdited);
});
</script>
<!-- Footer Bar -->
<div class="footer-bar">
Please contact James Pattinson if you have any ideas about or problems with this system
</div>
</body>
</html>