mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Formatting updates
This commit is contained in:
parent
25a4054bc9
commit
c9493340c7
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue