zero-knowledge file sharing
13
fork

Configure Feed

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

use dvh

Juliet c2daf4f8 2270e5b6

+2 -3
+2 -3
web/src/App.tsx
··· 2 2 3 3 export default function App(props: ParentProps) { 4 4 return ( 5 - <div class="text-text flex min-h-screen flex-col items-center justify-center px-4 font-sans"> 5 + <div class="text-text flex min-h-dvh flex-col items-center justify-center px-4 font-sans"> 6 6 <div class="mt-6 w-full max-w-2xl">{props.children}</div> 7 7 <a 8 - class="text-muted hover:text-accent-hover mt-auto px-4 pt-4 text-[10px]" 9 - style={{ "padding-bottom": "max(1rem, env(safe-area-inset-bottom))" }} 8 + class="text-muted hover:text-accent-hover mt-auto p-4 text-[10px]" 10 9 href="https://github.com/notjuliet/drop" 11 10 > 12 11 source code