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 @@