chore: Create a resuable component for selecting a channel (#6241)

This commit is contained in:
Pranav Raj S
2023-01-11 21:13:51 -08:00
committed by GitHub
parent ad782e450e
commit 9bbadc2388
17 changed files with 84 additions and 102 deletions

View File

@@ -9,7 +9,7 @@
)
"
/>
<div class="row channels">
<div class="row channel-list">
<channel-item
v-for="channel in channelList"
:key="channel.key"
@@ -88,4 +88,8 @@ export default {
.height-auto {
height: auto;
}
.channel-list {
margin-top: var(--space-medium);
}
</style>