mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Adds newlines to make smartfridge nicer-looking
This commit is contained in:
@@ -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: </div> {{:helper.link('x1', 'circle-arrow-s', { "vend" : value.vend, "amount" : 1 }, null, 'statusValue')}}
|
||||
<div class='line' style="float: left;">Vend: </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}}
|
||||
|
||||
Reference in New Issue
Block a user