feature(upgrade): added btn-block styling to "Unpause Damage" button

This commit is contained in:
CuriousMagpie 2023-03-07 15:58:07 -05:00 committed by SabreCat
parent 377b152ffd
commit ec9973f9d2

View file

@ -32,7 +32,7 @@
<button
v-if="user.preferences.sleep"
v-once
class="btn btn-secondary pause-button"
class="btn btn-secondary btn-block pause-button"
@click="toggleSleep()"
>
{{ $t('unpauseDailies') }}