Adds data-current-channel to #chat-container
Allows for broader customization of CSS per channel(s).
This commit is contained in:
parent
9ad785c44e
commit
2b91bf0374
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="chat-container" class="window">
|
||||
<div id="chat-container" class="window" :data-current-channel="channel.name">
|
||||
<div
|
||||
id="chat"
|
||||
:data-id="channel.id"
|
||||
|
Loading…
Reference in New Issue
Block a user