neckbeard
Henry Jameson 6 months ago
parent 940df1efa7
commit fbea4f9986

@ -5,7 +5,7 @@
> >
<div class="panel panel-default"> <div class="panel panel-default">
<div <div
class="panel-heading timeline-heading" class="panel-heading"
:class="{ 'shout-heading': floating }" :class="{ 'shout-heading': floating }"
@click.stop.prevent="togglePanel" @click.stop.prevent="togglePanel"
> >
@ -18,7 +18,7 @@
/> />
</div> </div>
</div> </div>
<div class="shout-window"> <div class="panel-body shout-window">
<div <div
v-for="message in messages" v-for="message in messages"
:key="message.id" :key="message.id"
@ -41,10 +41,10 @@
</div> </div>
</div> </div>
</div> </div>
<div class="shout-input"> <div class="panel-body shout-input">
<textarea <textarea
v-model="currentMessage" v-model="currentMessage"
class="shout-input-textarea" class="shout-input-textarea input"
rows="1" rows="1"
@keyup.enter="submit(currentMessage)" @keyup.enter="submit(currentMessage)"
/> />

@ -61,6 +61,8 @@ export const applyTheme = async (input) => {
parts[0], parts[0],
', ', ', ',
parts[0].replace(/\.modal-view/, '#modal'), parts[0].replace(/\.modal-view/, '#modal'),
', ',
parts[0].replace(/\.modal-view/, '.shout-panel'),
' {', ' {',
parts[1], parts[1],
'}' '}'

Loading…
Cancel
Save