Integrated channel filter, partially restored actor bio.

This commit is contained in:
2024-01-10 02:00:38 +01:00
parent d242eb3b73
commit 63f2bdbe60
19 changed files with 1221 additions and 159 deletions

View File

@@ -18,6 +18,7 @@
<Icon
v-if="selectedCountry === country.alpha2"
icon="cross2"
class="filter-remove"
@click.native.stop="emit('country', null)"
/>
</li>
@@ -55,15 +56,6 @@ const emit = defineEmits(['country']);
padding: .25rem .25rem .25rem .5rem;
}
.icon {
padding: .25rem .6rem;
fill: var(--shadow);
&:hover {
fill: var(--shadow-strong-10);
}
}
&:hover {
background: var(--shadow-weak-30);
cursor: pointer;