fixed mobile page design
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user