mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 08:32:23 +01:00
minor
This commit is contained in:
parent
c0bf14193a
commit
ef20ac4256
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
</v-lazy>
|
||||
</div>
|
||||
|
||||
<h2 v-if="pastEvents.length">{{$t('common.past_events')}}</h2>
|
||||
<div v-if="pastEvents.length" id="events" class='mt-14'>
|
||||
<h2 class='mt-14 mb-3' v-if="pastEvents.length">{{$t('common.past_events')}}</h2>
|
||||
<div v-if="pastEvents.length" id="events">
|
||||
<v-lazy class='event v-card' :value='idx<9' v-for='(event, idx) in pastEvents' :key='event.id' :min-height='hide_thumbs ? 105 : undefined' :options="{ threshold: .5, rootMargin: '500px' }" :class="{ 'theme--dark': is_dark }">
|
||||
<Event :event='event' :lazy='idx > 9' />
|
||||
</v-lazy>
|
||||
|
|
Loading…
Reference in a new issue