summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-08 14:03:43 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-08 14:03:43 +0900
commit322da7560c2aeccdcbb9503f1ae48eecef6fbb21 (patch)
treedeb59409d09abfcd2fc7ad4fb4423035d3f82df9 /src
parentwip (diff)
downloadsharkey-322da7560c2aeccdcbb9503f1ae48eecef6fbb21.tar.gz
sharkey-322da7560c2aeccdcbb9503f1ae48eecef6fbb21.tar.bz2
sharkey-322da7560c2aeccdcbb9503f1ae48eecef6fbb21.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/web/app/common/tags/reaction-picker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/reaction-picker.vue b/src/web/app/common/tags/reaction-picker.vue
index 8f0f8956e7..28e151ce77 100644
--- a/src/web/app/common/tags/reaction-picker.vue
+++ b/src/web/app/common/tags/reaction-picker.vue
@@ -1,7 +1,7 @@
<template>
<div>
<div class="backdrop" ref="backdrop" @click="close"></div>
- <div class="popover" :data-compact="compact" ref="popover">
+ <div class="popover" :class="{ compact }" ref="popover">
<p v-if="!compact">{{ title }}</p>
<div>
<button @click="react('like')" @mouseover="onMouseover" @mouseout="onMouseout" tabindex="1" title="%i18n:common.reactions.like%"><mk-reaction-icon reaction='like'/></button>