frontend: design

This commit is contained in:
nemunaire 2018-12-05 14:35:50 +01:00
commit 2402097012
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@
</div>
</div>
<div class="container page-header text-primary" ng-cloak>
<div class="container page-header text-primary clearfix" ng-cloak>
<h1 ng-if="(current_theme)">{{ themes[current_theme].name }} <small class="authors" ng-if="themes[current_theme].authors" ng-bind-html="themes[current_theme].authors"></small></h1>
<h1 ng-if="(!current_theme && title)" ng-cloak>{{ title }} <small class="authors" ng-if="authors">{{ authors }}</small></h1>
<h1 ng-if="(!current_theme && !title)">{{ settings.title }} <small class="authors">{{ settings.authors }}</small></h1>