feature(upgrade): added btn-block styling to "Unpause Damage" button
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user