markdown injects block elements so break out the version

This commit is contained in:
Johannes Zellner
2019-05-11 13:48:22 +02:00
parent ea1e556197
commit 53a00a8d76
2 changed files with 13 additions and 2 deletions

View File

@@ -176,7 +176,7 @@
<footer class="text-center ng-cloak"> <footer class="text-center ng-cloak">
<span class="text-muted" ng-bind-html="config.uiSpec.footer.body | markdown2html"></span> <span class="text-muted" ng-bind-html="config.uiSpec.footer.body | markdown2html"></span>
<span class="text-muted pull-right"> v{{config.version}}</span> <span class="version">v{{config.version}}</span>
</footer> </footer>
</div> </div>

View File

@@ -800,6 +800,17 @@ footer {
color: #62bdfc; color: #62bdfc;
padding: 0 10px; padding: 0 10px;
} }
p {
margin: 0;
}
.version {
position: fixed;
bottom: 5px;
right: 5px;
opacity: 0.5;
}
} }
.hand { .hand {