diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-08 14:03:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-08 14:03:43 +0900 |
| commit | 322da7560c2aeccdcbb9503f1ae48eecef6fbb21 (patch) | |
| tree | deb59409d09abfcd2fc7ad4fb4423035d3f82df9 /src/web | |
| parent | wip (diff) | |
| download | sharkey-322da7560c2aeccdcbb9503f1ae48eecef6fbb21.tar.gz sharkey-322da7560c2aeccdcbb9503f1ae48eecef6fbb21.tar.bz2 sharkey-322da7560c2aeccdcbb9503f1ae48eecef6fbb21.zip | |
wip
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/common/tags/reaction-picker.vue | 2 |
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> |