added some bot margin
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<v-container style="max-width: 1440px" color="transparent">
|
||||
<v-container style="max-width: 1440px" class="mb-7" color="transparent">
|
||||
<main-nav />
|
||||
|
||||
<v-main>
|
||||
<build-server-stats />
|
||||
|
||||
<currently-building />
|
||||
<currently-building />
|
||||
|
||||
<packages />
|
||||
|
@@ -6,7 +6,7 @@
|
||||
style="border-radius: 10px; border: 2px solid grey"
|
||||
variant="elevated">
|
||||
<v-card-title>
|
||||
<v-row style="width: 100%" class="mt-2" align="center" no-gutters>
|
||||
<v-row style="width: 100%" class="mt-2 mb-1" align="center" 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)" />
|
||||
|
Reference in New Issue
Block a user