This commit is contained in:
FruitRiin 2023-12-16 19:41:46 +09:00
parent 86ac1f6492
commit 1f9c2ee97a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</button>
<button v-for="channel in channels" :class="$style.item" class="_button" @click="chooseChannel(channel)">
<div :class="$style.body" :style="{borderLeft: `solid 2px ${channel.color}`}">
<div :class="$style.body" :style="{borderLeft: `solid 2px ${channel.color}`, paddingLeft: '8px'}">
<span :class="$style.itemTitle">{{ channel.name }}</span>
</div>
</button>