Adds no-border to fix the install card (#2950)

This commit is contained in:
Arc 2025-02-10 20:31:41 +00:00 committed by GitHub
parent 69350849b1
commit 7eb021f43c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -450,7 +450,7 @@
></q-icon> ></q-icon>
<span v-text="$t('release_details_error')"></span> <span v-text="$t('release_details_error')"></span>
</div> </div>
<q-card v-else> <q-card class="no-border" v-else>
<q-card-section v-if="release.is_version_compatible"> <q-card-section v-if="release.is_version_compatible">
<span <span
v-if="release.requiresPayment && !release.paid_sats" v-if="release.requiresPayment && !release.paid_sats"