Adds data-current-channel to #chat-container

Allows for broader customization of CSS per channel(s).
This commit is contained in:
Gunnvaldr Pope 2019-08-13 16:24:34 -05:00
parent 9ad785c44e
commit 2b91bf0374
No known key found for this signature in database
GPG key ID: 104FD1166D1C26ED

View file

@ -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"