mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-08 02:13:15 +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