centered watchpage interactions

This commit is contained in:
Nikita Krupin 2022-07-20 00:11:28 -04:00
parent 596dcdb5cc
commit e1a1cfe6e9
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<v-icon v-else class="ml-4">mdi-chevron-down</v-icon> <v-icon v-else class="ml-4">mdi-chevron-down</v-icon>
</div> </div>
<div <div
class="d-flex px-4" class="d-flex justify-space-around"
:class=" :class="
$store.state.tweaks.roundWatch && $store.state.tweaks.roundTweak > 0 $store.state.tweaks.roundWatch && $store.state.tweaks.roundTweak > 0
? $vuetify.theme.dark ? $vuetify.theme.dark
@ -77,7 +77,7 @@
:key="index" :key="index"
text text
fab fab
class="vertical-button mx-1" class="vertical-button"
elevation="0" elevation="0"
style=" style="
width: 4.2rem !important; width: 4.2rem !important;