fix: minor misc ui and data

This commit is contained in:
eneller
2026-02-01 10:19:16 +01:00
parent 7c7762515b
commit 1946c599be
3 changed files with 32 additions and 11 deletions

View File

@@ -15,4 +15,24 @@ tr{
.wrap-cell{
word-break: break-all;
white-space: normal;
}
.main{
margin-bottom: 5rem;
padding: 1rem;
overflow-y: auto;
}
.custom-navbar{
height: 3rem;
width: 100vw;
position: fixed;
bottom: 0;
display: flex;
justify-content: space-around; /* Distribute items evenly */
z-index: 1000;
}
.custom-navitem{
text-align: center; /* Center the content of each item */
flex: 1;
}
.nav-link.active{
}