Merge branch 'move-buttons'
This commit is contained in:
commit
84e276225c
@ -48,28 +48,26 @@
|
||||
</div>
|
||||
<div class="notes s8">
|
||||
{notes}
|
||||
<div class="actions">
|
||||
<button on:click={toggle_cart}
|
||||
><i>
|
||||
{#if is_in_cart}
|
||||
remove_shopping_cart{:else}
|
||||
add_shopping_cart
|
||||
{/if}
|
||||
</i></button>
|
||||
<button title="hide game" on:click={toggle_game_visibility}
|
||||
>{#if is_hidden}<i>visibility_off</i>{:else}
|
||||
<i>visibility</i>
|
||||
{/if}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="s3 updated-at">
|
||||
<div class="s4 updated-at">
|
||||
{#if updated_at}
|
||||
{pretty_date(updated_at)}
|
||||
{/if}
|
||||
</div>
|
||||
<div class="s1">
|
||||
<div></div>
|
||||
<div class="s1"></div>
|
||||
<div class="s11 actions">
|
||||
<button on:click={toggle_cart}
|
||||
><i>
|
||||
{#if is_in_cart}
|
||||
remove_shopping_cart{:else}
|
||||
add_shopping_cart
|
||||
{/if}
|
||||
</i></button>
|
||||
<button title="hide game" on:click={toggle_game_visibility}
|
||||
>{#if is_hidden}<i>visibility_off</i>{:else}
|
||||
<i>visibility</i>
|
||||
{/if}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user