Updating firefox sidebar nav issue

This commit is contained in:
Robbie Davis 2025-07-24 22:20:54 -04:00
parent 152f7ad00e
commit cb8067b9d0

View File

@ -38,7 +38,7 @@
// For Firefox
@supports (-moz-appearance: none) {
width: 2.5rem;
width: 3rem;
}
.side-nav {
@ -228,10 +228,10 @@
margin-left: 0.75rem;
font-size: 0.9rem;
color: #999999;
div {
display: flex;
.badge {
align-self: center;
}
@ -296,7 +296,7 @@
}
//START sidebar bottom closed
&.closed {
width: 2.5rem;
width: 3rem;
overflow-x: hidden;
overflow-y: auto;
background-color: unset;