camera-info
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 20s

This commit is contained in:
2025-04-13 08:27:05 -04:00
parent b262f5a859
commit 34020fe8a8
9 changed files with 336 additions and 73 deletions

View File

@@ -1,28 +1,3 @@
<<<<<<< HEAD
body {
margin: 0px;
padding: 0px;
display: flex;
flex-direction: column;
}
#header {
position: sticky;
top: 0px;
padding: 10px;
background-color: white;
box-shadow: 0px 0px 5px 5px black;
transition: transform 0.5s;
}
#footer {
margin-top: auto;
}
#header.hide {
transform: translateY(-100%);
}
=======
@@ -90,4 +65,3 @@ body {
#header.slide-away {
transform: translateY(calc(-100% - 5px));
}
>>>>>>> b97c574 (ehhh)