refactor: enhance navigation structure in Main.php by improving template usage and updating CSS for better layout and alignment

This commit is contained in:
Zack Spear
2025-04-08 09:40:35 -07:00
parent 17b3424ad2
commit 469b499db1
2 changed files with 83 additions and 41 deletions
@@ -447,7 +447,7 @@ div.title.shift {
.nav-tile {
height: 4rem;
line-height: 4rem;
display: block;
display: flex;
padding: 0;
margin: 0;
font-size: 1.2rem;
@@ -463,11 +463,13 @@ div.title.shift {
}
.nav-tile.right {
text-align: right;
justify-content: flex-end;
}
.nav-item,
.nav-user {
position: relative;
display: inline-block;
display: flex;
align-items: center;
text-align: center;
margin: 0;
}