refactor: responsive: device units (#17551)

This commit is contained in:
Min Idzelis
2025-04-11 18:09:10 -04:00
committed by GitHub
parent 5bcb58c3e7
commit 3bec8dc337
15 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
let { title, children }: Props = $props();
</script>
<section class="min-w-screen flex min-h-dvh items-center justify-center relative">
<section class="min-w-dvw flex min-h-dvh items-center justify-center relative">
<div class="absolute -z-10 w-full h-full flex place-items-center place-content-center">
<img
src={immichLogo}

View File

@@ -21,7 +21,7 @@
};
</script>
<div class="h-screen w-screen">
<div class="h-dvh w-dvw">
<section class="bg-immich-bg dark:bg-immich-dark-bg">
<div class="flex place-items-center border-b px-6 py-4 dark:border-b-immich-dark-gray">
<a class="flex place-items-center gap-2 hover:cursor-pointer" href="/photos">