diff --git a/css/style.css b/css/style.css index 42e6b57a5a..b1cbaaff10 100644 --- a/css/style.css +++ b/css/style.css @@ -186,7 +186,8 @@ header #banner { font-weight: bold; whitespace: nowrap; } -header #banner #logo-img { +header #banner #logo-img, +.navbar-brand #logo-img { mask: url('img/friendica-logo.svg#logo_mask'); mask-image: url('img/friendica-25.png'); -webkit-mask-image: url('img/friendica-25.png'); @@ -196,6 +197,12 @@ header #banner #logo-img { margin-left: auto; margin-right: auto; } +#navbrand-container { + display: flex; +} +#navbrand-container #navbar-brand-text { + padding-left: 5px; +} /* NavBar */ .topbar { diff --git a/templates/nav.tpl b/templates/nav.tpl index b66415d0a7..9beebf1a53 100644 --- a/templates/nav.tpl +++ b/templates/nav.tpl @@ -1,10 +1,16 @@ -{{if $userinfo}} +{{* we have modified the navmenu (look at function frio_remote_nav() ) to have remote links. $nav.userinfo is a new variable and replaces the original $userinfo variable *}} +{{if $nav.userinfo}}
{{* {{$langselector}} *}}
{{$sitelocation}}