fixed build-server-stats for mobile
This commit is contained in:
@@ -2,9 +2,15 @@
|
||||
<v-sheet class="mt-6" color="transparent">
|
||||
<h5 class="text-h5">Buildserver Stats</h5>
|
||||
<iframe
|
||||
:height="width <= 800 ? '1050px' : '420px'"
|
||||
allowtransparency="true"
|
||||
class="w-100 border-0"
|
||||
height="420px"
|
||||
src="https://stats.itsh.dev/public-dashboards/0fb04abb0c5e4b7390cf26a98e6dead1"></iframe>
|
||||
</v-sheet>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { useDisplay } from 'vuetify'
|
||||
|
||||
const { width } = useDisplay()
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user