fixed no dismiss on nav bar

This commit is contained in:
Xanazf 2024-10-17 22:38:55 +03:00
parent 62b272c3b9
commit 48650545bd
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
3 changed files with 16 additions and 8 deletions

View file

@ -5,6 +5,17 @@
display: none;
}
.nav-icon {
opacity: 0;
position: absolute;
transition: opacity 0.6s;
}
.nav-icon.active {
opacity: 1;
position: relative;
}
.nav-toggle {
position: unset;
height: 24px;