Make it responsive

This commit is contained in:
Douglas Barone 2023-06-29 15:58:29 -04:00
parent 93d9f2f132
commit 6fe7e80fb7
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="alpha-banner py-1 px-3 bg-amber text-black"> <div class="alpha-banner py-1 px-3 bg-amber text-black">
<v-icon size="small" icon="mdi-bug" /> <v-icon size="small" icon="mdi-bug" />
Em desenvolvimento! Versão 0.0.0.½ Alpha Em desenvolvimento! Versão 0.0.0.½ Alpha Gambiarra
</div> </div>
<v-app> <v-app>
<v-main><RouterView /></v-main> <v-main><RouterView /></v-main>

View File

@ -2,7 +2,8 @@
<v-container fluid> <v-container fluid>
<v-row> <v-row>
<v-col <v-col
cols="6" cols="12"
lg="6"
v-for="printer in appStore.filteredPrinters" v-for="printer in appStore.filteredPrinters"
:key="printer.id" :key="printer.id"
> >