Center app names
This commit is contained in:
parent
36f30d1ca1
commit
37534d110c
@ -583,7 +583,6 @@ footer {
|
||||
}
|
||||
|
||||
.app-name {
|
||||
width: 125px;
|
||||
overflow: none;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="app-container">
|
||||
<a href="{{$app.url}}" {{if $ap.target}}target="{{$ap.target}}" {{/if}}{{if $app.desc}}title="{{$app.desc}}{{if $app.price}} ({{$app.price}}){{/if}}"{{else}}title="{{$app.name}}"{{/if}}><img src="{{$app.photo}}" width="80" height="80" />
|
||||
<div class="app-name">{{$app.name}}</div>
|
||||
<a href="{{$app.url}}" {{if $ap.target}}target="{{$ap.target}}" {{/if}}{{if $app.desc}}title="{{$app.desc}}{{if $app.price}} ({{$app.price}}){{/if}}"{{else}}title="{{$app.name}}"{{/if}}><img style="margin-left:auto;margin-right:auto;width:80px;display:block;" src="{{$app.photo}}" width="80" height="80" />
|
||||
<div class="app-name" style="text-align:center;">{{$app.name}}</div>
|
||||
</a>
|
||||
{{if $app.type !== 'system'}}
|
||||
{{if $purchase}}
|
||||
|
Reference in New Issue
Block a user