fix: minor on hidden resources

This commit is contained in:
lesion 2024-01-23 13:11:29 +01:00
parent 1d749039c0
commit 770c638d03
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -33,7 +33,7 @@
v-card-actions.align-center.justify-center
span {{currentAttachmentLabel}}
v-card.mb-3.resources(v-if='settings.enable_resources' v-for='resource in event.resources' :key='resource.id' elevation='10' :flat='resource.hidden' outlined)
v-card.mb-3.resources(v-if='settings.enable_resources' v-for='resource in event.resources' :key='resource.id' outlined :class="{ 'vc-past': resource.hidden }")
v-card-title
v-menu(v-if='$auth.user && $auth.user.is_admin' offset-y)
template(v-slot:activator="{ on }")