try again to align things
This commit is contained in:
parent
a7563920fb
commit
a04e9c3af3
@ -8,8 +8,8 @@
|
|||||||
<v-row class="d-flex flex-fill justify-center">
|
<v-row class="d-flex flex-fill justify-center">
|
||||||
<v-alert :text="msg" class="d-flex justify-center mt-2 text-button" density="compact"></v-alert>
|
<v-alert :text="msg" class="d-flex justify-center mt-2 text-button" density="compact"></v-alert>
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-row v-if="shellList.length > 0">
|
<v-row v-if="shellList.length > 0" class="d-flex flex-fill justify-center">
|
||||||
<v-sheet class="d-flex justify-center mt-2" :elevation="2" color="surface">
|
<v-sheet class="d-flex justify-center mt-2" :elevation="2">
|
||||||
{{ shellList.join(' ') }}
|
{{ shellList.join(' ') }}
|
||||||
</v-sheet>
|
</v-sheet>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
@ -5,9 +5,8 @@
|
|||||||
<PlayerHP :hp="props.stats.hp" />
|
<PlayerHP :hp="props.stats.hp" />
|
||||||
<v-sheet v-if="!props.dealer && stats.cuffs" class="ml-4 text-button" :elevation="2">CUFFED</v-sheet>
|
<v-sheet v-if="!props.dealer && stats.cuffs" class="ml-4 text-button" :elevation="2">CUFFED</v-sheet>
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-row>
|
<v-row class="d-flex flex-fill">
|
||||||
<v-col cols="4"></v-col>
|
<v-col cols="12" class="farClass">
|
||||||
<v-col cols="8">
|
|
||||||
<PlayerItems :items="props.stats.items" :disabled="props.disabled" @item="(evt: number) => emit('item', evt)" />
|
<PlayerItems :items="props.stats.items" :disabled="props.disabled" @item="(evt: number) => emit('item', evt)" />
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
Loading…
Reference in New Issue
Block a user