diff --git a/blog/20201022-simplex-chat/index.html b/blog/20201022-simplex-chat/index.html
index 00a2b56873..0079834067 100644
--- a/blog/20201022-simplex-chat/index.html
+++ b/blog/20201022-simplex-chat/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20210512-simplex-chat-terminal-ui/index.html b/blog/20210512-simplex-chat-terminal-ui/index.html
index d4a3f588ed..3f5218fee8 100644
--- a/blog/20210512-simplex-chat-terminal-ui/index.html
+++ b/blog/20210512-simplex-chat-terminal-ui/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20210914-simplex-chat-v0.4-released/index.html b/blog/20210914-simplex-chat-v0.4-released/index.html
index 45a00551f3..fbc5cacbe0 100644
--- a/blog/20210914-simplex-chat-v0.4-released/index.html
+++ b/blog/20210914-simplex-chat-v0.4-released/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20211208-simplex-chat-v0.5-released/index.html b/blog/20211208-simplex-chat-v0.5-released/index.html
index 9a70b7093c..3b804b7c0e 100644
--- a/blog/20211208-simplex-chat-v0.5-released/index.html
+++ b/blog/20211208-simplex-chat-v0.5-released/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220112-simplex-chat-v1-released/index.html b/blog/20220112-simplex-chat-v1-released/index.html
index 2c8c569ea0..3eef8a059d 100644
--- a/blog/20220112-simplex-chat-v1-released/index.html
+++ b/blog/20220112-simplex-chat-v1-released/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220214-simplex-chat-ios-public-beta/index.html b/blog/20220214-simplex-chat-ios-public-beta/index.html
index dde313dc8c..ee08966c38 100644
--- a/blog/20220214-simplex-chat-ios-public-beta/index.html
+++ b/blog/20220214-simplex-chat-ios-public-beta/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220308-simplex-chat-mobile-apps/index.html b/blog/20220308-simplex-chat-mobile-apps/index.html
index a02fc1c15c..c35c69446f 100644
--- a/blog/20220308-simplex-chat-mobile-apps/index.html
+++ b/blog/20220308-simplex-chat-mobile-apps/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220404-simplex-chat-instant-notifications/index.html b/blog/20220404-simplex-chat-instant-notifications/index.html
index 0badf6b9d1..66773100f4 100644
--- a/blog/20220404-simplex-chat-instant-notifications/index.html
+++ b/blog/20220404-simplex-chat-instant-notifications/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220511-simplex-chat-v2-images-files/index.html b/blog/20220511-simplex-chat-v2-images-files/index.html
index 8965d5bc1b..64bd620416 100644
--- a/blog/20220511-simplex-chat-v2-images-files/index.html
+++ b/blog/20220511-simplex-chat-v2-images-files/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220524-simplex-chat-better-privacy/index.html b/blog/20220524-simplex-chat-better-privacy/index.html
index 8bc0cf9cd8..2ff0107aa7 100644
--- a/blog/20220524-simplex-chat-better-privacy/index.html
+++ b/blog/20220524-simplex-chat-better-privacy/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220604-simplex-chat-new-privacy-security-settings/index.html b/blog/20220604-simplex-chat-new-privacy-security-settings/index.html
index 003b2a4ba0..ac025e37db 100644
--- a/blog/20220604-simplex-chat-new-privacy-security-settings/index.html
+++ b/blog/20220604-simplex-chat-new-privacy-security-settings/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements/index.html b/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements/index.html
index aa24cc5adc..f9eb89754e 100644
--- a/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements/index.html
+++ b/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency/index.html b/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency/index.html
index 1a7ac35a33..e451a6d76e 100644
--- a/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency/index.html
+++ b/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/20220808-simplex-chat-v3.1-chat-groups/index.html b/blog/20220808-simplex-chat-v3.1-chat-groups/index.html
index e3426d6089..ff67ea9b2e 100644
--- a/blog/20220808-simplex-chat-v3.1-chat-groups/index.html
+++ b/blog/20220808-simplex-chat-v3.1-chat-groups/index.html
@@ -136,7 +136,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/blog/index.html b/blog/index.html
index de4240e47d..0d09014b3f 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -134,7 +134,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/contact/index.html b/contact/index.html
index daadd679f8..4d612490b1 100644
--- a/contact/index.html
+++ b/contact/index.html
@@ -144,7 +144,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/index.html b/index.html
index 0890cdf552..ac1113f01b 100644
--- a/index.html
+++ b/index.html
@@ -150,7 +150,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}
diff --git a/invitation/index.html b/invitation/index.html
index ce9402f91f..9914019cb9 100644
--- a/invitation/index.html
+++ b/invitation/index.html
@@ -144,7 +144,7 @@
}
.mobile-nav {
- display: block;
+ display: none;
transform: translateX(-100%);
transition: transform 0.5s ease-out;
}