feat: add footer back to Network page

This commit is contained in:
2025-03-03 11:52:48 +01:00
parent 9d65c1d1df
commit 104ec70695
3 changed files with 209 additions and 82 deletions

View File

@@ -23,8 +23,27 @@ footer {
font-size: x-small;
}
.fixed-footer {
position: absolute;
bottom: 4px;
left: 8px;
}
/*=========Network Controls=========*/
.infobutton {
position: fixed;
right: 8px;
bottom: 8px;
padding: 0.4em;
border-radius: 1em;
background-color: rgba(0, 0, 0, 0.3);
font-size: medium;
margin-bottom: 16px;
margin-right: 16px;
}
.controls {
z-index: 9;
position: absolute;