Header, Scrollbar now also at desktop version if needed

This commit is contained in:
Martin Filser 2021-01-26 21:31:28 +01:00
parent e6d42f21a2
commit d2d4c19196
2 changed files with 8 additions and 9 deletions

View file

@ -32,11 +32,11 @@ template(name="header")
img(src="{{currentSetting.customTopLeftCornerLogoImageUrl}}" height="{{#if currentSetting.customTopLeftCornerLogoHeight}}#{currentSetting.customTopLeftCornerLogoHeight}{{else}}27{{/if}}" width="auto" margin="0" padding="0")
unless currentSetting.customTopLeftCornerLogoImageUrl
img(src="{{pathFor '/logo-header.png'}}" alt="")
span
a(href="{{pathFor 'home'}}")
span.fa.fa-home
| {{_ 'all-boards'}}
ul
li
a(href="{{pathFor 'home'}}")
span.fa.fa-home
| {{_ 'all-boards'}}
li.separator -
//li
// a(href="{{pathFor 'public'}}")