[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

imports fix and qr code styling fix

+2 -2
+1 -1
common/components/QR.tsx
··· 26 26 }); 27 27 28 28 return ( 29 - <div class="aspect-square w-3/4 md:w-full border dark:border-white/10 border-black rounded-xl z-10 overflow-hidden bg-white p-4"> 29 + <div class="aspect-square h-full border dark:border-white/10 border-black rounded-xl z-10 overflow-hidden bg-white p-4"> 30 30 <div class="w-full h-full flex items-center justify-center text-white"> 31 31 {qrCode} 32 32 </div>
+1 -1
common/page.tsx
··· 3 3 import { Queue } from "./components/Queue.tsx"; 4 4 import QRCodeOverlay from "./components/QRCodeOverlay.tsx"; 5 5 import { Item, getSessionUserHosts } from "backend/sessions.ts"; 6 - import { NowPlaying } from "common/components/NowPlaying.tsx"; 6 + import { NowPlaying } from "./components/NowPlaying.tsx"; 7 7 import ToggleThemeButton from "./components/ToggleThemeButton.tsx"; 8 8 9 9 export default async function App() {