[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

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

Merge pull request #64 from flo-bit/small-desing-fixes

more small fixes

authored by

Florian and committed by
GitHub
(Dec 17, 2024, 8:52 PM +0100) cd86d8b6 c1c0cb5d

+3 -3
+1 -1
src/lib/Components/LoginModal.svelte
··· 17 17 ></div> 18 18 19 19 <div class="pointer-events-none fixed inset-0 z-10 w-screen overflow-y-auto"> 20 - <div class="flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0"> 20 + <div class="flex min-h-[100dvh] items-end justify-center p-4 text-center sm:items-center sm:p-0"> 21 21 <div 22 22 class="pointer-events-auto relative w-full transform overflow-hidden rounded-lg border border-base-700 bg-base-800 px-4 pb-4 pt-2 text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-sm sm:p-6" 23 23 >
+2 -2
src/lib/Components/RateMovieModal.svelte
··· 20 20 onclick={() => (rateMovieModal.showModal = false)} 21 21 aria-hidden="true" 22 22 ></div> 23 - <div class="pointer-events-none fixed inset-0 z-50 h-screen w-screen overflow-y-auto"> 24 - <div class="flex h-screen items-end justify-center p-4 text-center sm:items-center sm:p-0"> 23 + <div class="pointer-events-none fixed inset-0 z-50 h-[100dvh] w-screen overflow-y-auto"> 24 + <div class="flex h-[100dvh] items-end justify-center p-4 text-center sm:items-center sm:p-0"> 25 25 <div 26 26 class="pointer-events-auto relative w-full transform overflow-hidden rounded-lg border border-base-800 bg-base-900 px-4 pb-4 pt-5 text-left shadow-xl transition-all sm:my-8 sm:max-w-sm sm:p-6" 27 27 >