mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: Update styles to fix the image resolution on smaller devices (#2618)
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user