fix: Update styles to fix the image resolution on smaller devices (#2618)
This commit is contained in:
parent
f9b55944ad
commit
b7806fc210
5 changed files with 16 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
class="small-3 columns channel"
|
||||
class="small-6 medium-4 large-3 columns channel"
|
||||
:class="{ inactive: !isActive }"
|
||||
@click="onItemClick"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue