polished styling a bit

This commit is contained in:
2025-01-06 13:36:33 +01:00
parent c4ed0e2997
commit 09668563ad
4 changed files with 56 additions and 41 deletions
+8 -5
View File
@@ -5,6 +5,12 @@ li {
margin-bottom: calc(2px * var(--pxDensity));
}
.navBarAligner {
display: flex;
justify-content: center;
align-items: flex-end;
height: 100vh;
}
.navBar {
background-color: var(--navBar_Inner);
box-shadow: calc(1px * var(--pxDensity)) 0px var(--navBar_Border),
@@ -15,12 +21,9 @@ li {
filter: drop-shadow(0px calc(2px * var(--pxDensity)) rgba(0, 0, 0, 0.5));
padding: 0%;
display: inline-block;
position: absolute;
top: round(calc(100% - calc(5px * var(--pxDensity))), var(--pxDensityPx));
left: round(50%, var(--pxDensityPx));
transform: translate(-50%, -100%);
transform: translateY(calc(-4px * var(--pxDensity)));
font-size: 0px;
width: max-content;
text-align: center;
}
.navBtn {
background-color: transparent;