Adds newlines to make smartfridge nicer-looking

This commit is contained in:
Crazylemon64
2015-12-04 00:33:56 -08:00
parent 4a328a2d76
commit cfdc4eb63f
+1 -1
View File
@@ -15,7 +15,7 @@
{{for data.contents}}
<div class='item'>
<span class='highlight'>{{:value.display_name}} ({{:value.quantity}} available)</span>
<div style="float: left;">Vend:&nbsp;</div> {{:helper.link('x1', 'circle-arrow-s', { "vend" : value.vend, "amount" : 1 }, null, 'statusValue')}}
<div class='line' style="float: left;">Vend:&nbsp;</div> {{:helper.link('x1', 'circle-arrow-s', { "vend" : value.vend, "amount" : 1 }, null, 'statusValue')}}
{{if value.quantity >= 5}}
{{:helper.link('x5', 'circle-arrow-s', { "vend" : value.vend, "amount" : 5 }, null, 'statusValue')}}
{{/if}}