[ui] redesign UX for navbar

This commit is contained in:
nymkappa
2023-08-21 22:08:25 +02:00
parent 7674bee5ad
commit 30be7e0f7a
6 changed files with 65 additions and 69 deletions

View File

@@ -1,3 +1,11 @@
.sticky-header {
position: sticky;
position: -webkit-sticky;
top: 0;
width: 100%;
z-index: 100;
}
li.nav-item.active {
background-color: #653b9c;
}
@@ -226,10 +234,3 @@ nav {
height: 35px;
border-radius: 10px;
}
.content-padding {
padding-top: 65px;
@media (max-width: 572px) {
padding-top: 100px;
}
}