Skip to content
Snippets Groups Projects
Verified Commit 7b9792c2 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Masonry on radios list

parent c14aebcc
Branches
Tags
No related merge requests found
......@@ -36,8 +36,16 @@
</div>
</div>
<div class="ui hidden divider"></div>
<div v-if="result" class="ui stackable three column grid">
<div
v-if="result"
v-masonry
transition-duration="0"
item-selector=".column"
percent-position="true"
stagger="0"
class="ui stackable three column doubling grid">
<div
v-masonry-tile
v-if="result.results.length > 0"
v-for="radio in result.results"
:key="radio.id"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment