mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-18 16:16:56 +00:00
make mobile nav display none by default
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
}
|
||||
|
||||
.mobile-nav {
|
||||
display: block;
|
||||
display: none;
|
||||
transform: translateX(-100%);
|
||||
transition: transform 0.5s ease-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user