Minor channel logo fixes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a
|
||||
:href="`/${entity.type}/${entity.slug}`"
|
||||
class="entity"
|
||||
class="entity nolink"
|
||||
>
|
||||
<img
|
||||
v-if="entity.hasLogo"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user