adjust currentlybuilding for mobile
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
variant="elevated">
|
||||
<v-card-title>
|
||||
<v-row style="width: 100%" class="mt-2" align="center" no-gutters>
|
||||
<v-col class="ms-2" cols="2" v-if="packageCount.building > 0" style="max-width: 130px">
|
||||
<v-row no-gutters>
|
||||
<v-col class="ms-2 me-2" cols="2" v-if="packageCount.building > 0" style="max-width: 130px">
|
||||
<v-row no-gutters class="flex-nowrap">
|
||||
<div class="pulsating-circle-amber me-4" style="transform: translateY(10px)" />
|
||||
<span>Building</span>
|
||||
</v-row>
|
||||
@@ -26,6 +26,7 @@
|
||||
color="light-blue"
|
||||
height="10"
|
||||
rounded
|
||||
style="min-width: 50px"
|
||||
striped></v-progress-linear>
|
||||
</v-col>
|
||||
<v-col class="text-grey me-2 justify-end pl-4 text-end"
|
||||
|
||||
Reference in New Issue
Block a user