Fixed layout on chrome 49+, made character names into links

This commit is contained in:
Stefan Zermatten
2016-02-01 09:34:22 +02:00
parent e6a9911dfc
commit ce224301b2
6 changed files with 28 additions and 12 deletions

View File

@@ -3,11 +3,12 @@
{{#if characters.count}}
<div>
{{#each characters}}
<div class="singleLineItem characterRepresentative"
<a href={{pathFor route="characterSheet" data=this}}
class="singleLineItem characterRepresentative"
layout horizontal center>
<core-icon icon="image:brightness-1"></core-icon>
<div>{{name}}</div>
</div>
</a>
{{/each}}
</div>
{{/if}}