diff --git a/app/widgets/Navigation/navigation.tpl b/app/widgets/Navigation/navigation.tpl
index 21967cc36..bc5fa80b3 100644
--- a/app/widgets/Navigation/navigation.tpl
+++ b/app/widgets/Navigation/navigation.tpl
@@ -66,6 +66,12 @@
{$c->__('page.configuration')}
+
+
+ dns
+ {$c->__('global.change_pod')}
+
+
arrow_back
diff --git a/locales/locales.ini b/locales/locales.ini
index 11e94f412..9fecd8fe0 100644
--- a/locales/locales.ini
+++ b/locales/locales.ini
@@ -3,6 +3,7 @@ no_js = Movim requires Javascript to be enabled to work properly.
description = Movim is a kickass distributed social networking platform that protect your privacy and comes with a set of awesome features.
loading = Loading…
or = Or
+change_pod = Switch to another pod
[page]
account = Account
diff --git a/public/theme/css/android.css b/public/theme/css/android.css
index 2393b05a4..2c10339f3 100644
--- a/public/theme/css/android.css
+++ b/public/theme/css/android.css
@@ -1,3 +1,7 @@
+.on_android {
+ display: inherit;
+}
+
body > nav,
main > * {
padding-top: 3rem;
@@ -9,19 +13,7 @@ main > * {
body .drawer {
top: 10rem;
- height: calc(100% - 16rem);
-}
-
-body .drawer.empty {
- transform: translateY(120%);
-}
-
-body {
- height: calc(100% - 6rem);
-}
-
-body ul#bottomnavigation {
- bottom: 6rem;
+ height: calc(100% - 10rem);
}
body ul.context_menu {
@@ -34,11 +26,7 @@ body #snap {
top: 3rem;
}
-body .button.action {
- bottom: 8rem;
-}
-
body #preview {
- height: calc(100% - 9rem);
+ height: calc(100% - 3rem);
top: 3rem;
}
\ No newline at end of file
diff --git a/public/theme/css/style.css b/public/theme/css/style.css
index 19c6f362a..44671fa96 100644
--- a/public/theme/css/style.css
+++ b/public/theme/css/style.css
@@ -372,6 +372,10 @@ img.avatar:not([src=""]) + .placeholder {
/* Display/hide */
+.on_android {
+ display: none;
+}
+
.on_mobile {
display: none !important;
}