aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_panel/chat_panel.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-21 00:01:28 +0300
committerHenry Jameson <me@hjkos.com>2020-10-21 00:01:28 +0300
commita50cd7e37dce6e95f2c3d6cc63c382af71a2926e (patch)
tree84bd0314c503a8dd196a2b7312101d103aebc2b2 /src/components/chat_panel/chat_panel.vue
parent3cbaa0044943341fa4af4e4eb880649fc7eecda4 (diff)
remaining changes...
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
-rw-r--r--src/components/chat_panel/chat_panel.vue7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue
index fc06f542..51b99563 100644
--- a/src/components/chat_panel/chat_panel.vue
+++ b/src/components/chat_panel/chat_panel.vue
@@ -11,7 +11,7 @@
>
<div class="title">
<span>{{ $t('shoutbox.title') }}</span>
- <i
+ <FAIcon
v-if="floating"
icon="times"
/>
@@ -63,7 +63,7 @@
@click.stop.prevent="togglePanel"
>
<div class="title">
- <FAIcon icon="bullhorn" />
+ <FAIcon class="icon" icon="bullhorn" />
{{ $t('shoutbox.title') }}
</div>
</div>
@@ -87,7 +87,8 @@
.chat-panel {
.chat-heading {
cursor: pointer;
- .icon-comment-empty {
+
+ .icon {
color: $fallback--text;
color: var(--text, $fallback--text);
}