mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-02-01 17:18:44 -05:00
Fix missing background
This commit is contained in:
parent
8c5a9c7041
commit
de0ace8c0d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { RouterView } from 'vue-router'
|
|||
import NavbarItem from './components/NavbarView.vue'
|
||||
</script>
|
||||
|
||||
<template class="bg-ctp-base">
|
||||
<template class="bg-ctp-base h-full">
|
||||
<navbar-item></navbar-item>
|
||||
|
||||
<Suspense>
|
||||
|
|
Loading…
Add table
Reference in a new issue