Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #48 from washort/patch-1
Browse files Browse the repository at this point in the history
Use 336px icons
  • Loading branch information
jostw committed Feb 15, 2016
2 parents a6a25e3 + a965fab commit fcc73cb
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@
{% for app in this %}
<li class="smart-button app-button focusable" data-id="{{ app.id }}">
<div class="app-list-app">
{% if app.icons['128'] %}
{% if app.icons['336'] %}
<div class="icon" data-name="{{ app.name }}"
style="background-image: url('{{ app.icons['128'] }}');"></div>
{% elif app.icons['64'] %}
<div class="icon" data-name="{{ app.name }}"
style="background-image: url('{{ app.icons['64'] }}');"></div>
{% elif app.icons['48'] %}
style="background-image: url('{{ app.icons['336'] }}');"></div>
{% elif app.icons['128'] %}
<div class="icon" data-name="{{ app.name }}"
style="background-image: url('{{ app.icons['48'] }}');"></div>
{% elif app.icons['32'] %}
<div class="icon" data-name="{{ app.name }}"
style="background-image: url('{{ app.icons['32'] }}');"></div>
style="background-image: url('{{ app.icons['128'] }}');"></div>
{% endif %}

{% if app.tv_featured %}
Expand Down

0 comments on commit fcc73cb

Please sign in to comment.