Formatting updates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dragongoose 2023-09-27 16:48:45 -04:00
parent 25a4054bc9
commit c9493340c7
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5
2 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,9 @@ import { getTheme } from '@/settingsManager'
const dev = import.meta.env.DEV
</script>
<template class="h-full flex flex-row">
<div :class="getTheme()" class="bg-primary">
<dev-warning v-if="dev"></dev-warning>
<template>
<dev-warning v-if="dev"></dev-warning>
<div :class="getTheme()" class="flex flex-col justify-between min-h-[100vh] bg-primary">
<navbar-item></navbar-item>
<Suspense>

View file

@ -1,5 +1,5 @@
<template>
<div class="rounded-lg z-50 flex m-3 mt-0 h-20 bg-amber-400 border-4 border-amber-600">
<div class="z-50 flex h-20 bg-amber-400 border-4 border-amber-600">
<div class="m-auto">
<h1 class="font-bold text-2xl">SafeTwitch is currently in development mode.</h1>
</div>