fixed mobile page design

This commit is contained in:
2024-01-25 17:06:37 +01:00
parent 0e38f4891b
commit 4f165b9767
3 changed files with 37 additions and 38 deletions

View File

@@ -4,7 +4,9 @@ import BuildStats from '@/components/BuildStats.vue'
<template>
<v-app-bar color="#191c2a" style="background: #0d1538">
<v-app-bar-title style="margin-left: 0 !important">
<v-container style="max-width: 1440px">
<v-row>
<v-app-bar-title style="align-self: center">
<span style="font-size: 20px">
ALHP Status
<a
@@ -15,11 +17,11 @@ import BuildStats from '@/components/BuildStats.vue'
<i class="fa fa-gitea"></i>
</a>
</span>
</v-app-bar-title>
</v-app-bar-title>
<template v-slot:append>
<build-stats />
</template>
</v-row>
</v-container>
</v-app-bar>
</template>