Minor channel logo fixes.

This commit is contained in:
2024-07-08 05:01:13 +02:00
parent b254bc22a4
commit d7372a518e
7 changed files with 26 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<template>
<a
:href="`/${entity.type}/${entity.slug}`"
class="entity"
class="entity nolink"
>
<img
v-if="entity.hasLogo"

View File

@@ -348,6 +348,7 @@ function updateFilter(prop, value, reload = true) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
gap: .5rem;
flex-grow: 1;
padding: .5rem 1rem 1rem 1rem;
:deep(.campaign) .campaign-banner {