From 66a0b4790e97252a93b14c555c5c7fdb6eae5b47 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 19 Nov 2017 22:15:51 +0100 Subject: fix pinned apps not available in mobile view --- view/theme/redbasic/css/style.css | 5 +++++ view/tpl/app_nav.tpl | 2 +- view/tpl/navbar_default.tpl | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0bdb4bc27..5f31004ff 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1504,6 +1504,11 @@ blockquote { flex-basis: 25%; } + #navbar-collapse-2 .navbar-app i { + font-size: 1rem; + margin-right: 0.5rem; + } + } .shareable_element_text { diff --git a/view/tpl/app_nav.tpl b/view/tpl/app_nav.tpl index 046cd7237..817c74763 100644 --- a/view/tpl/app_nav.tpl +++ b/view/tpl/app_nav.tpl @@ -1 +1 @@ -{{if $icon}}{{else}}{{/if}} +{{if $icon}}{{else}}{{/if}}{{$app.name}} diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index 62524ad5b..c4f5af1dc 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -195,6 +195,9 @@