Front enhancements

This commit is contained in:
jovuit 2019-02-18 10:01:57 +01:00 committed by Eliot Berriot
parent ef9daa8d66
commit 8b4f83c3bc
12 changed files with 20 additions and 18 deletions

View file

@ -1,5 +1,5 @@
<template>
<span :class="['ui', {'tiny': discrete}, {'buttons': !dropdownOnly && !iconOnly}]">
<span :title="title" :class="['ui', {'tiny': discrete}, {'icon': !discrete}, {'buttons': !dropdownOnly && !iconOnly}]">
<button
v-if="!dropdownOnly"
:title="labels.playNow"