fix(layout): update height classes for responsive design in App.vue and AuthPage.vue

This commit is contained in:
Ivan
2026-04-24 18:01:10 -05:00
parent dba102f580
commit dafc150359
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<template>
<div
:class="{ dark: config?.theme === 'dark' }"
class="h-screen w-full flex flex-col transition-colors"
class="h-dvh min-h-0 w-full flex flex-col transition-colors"
:style="shellCanvasStyle"
>
<AppShellBanners
@@ -1,7 +1,7 @@
<!-- SPDX-License-Identifier: 0BSD -->
<template>
<div class="h-screen w-full flex items-center justify-center bg-slate-50 dark:bg-zinc-950">
<div class="h-dvh min-h-0 w-full flex items-center justify-center bg-slate-50 dark:bg-zinc-950">
<div class="w-full max-w-md p-8">
<div
class="bg-white dark:bg-zinc-900 rounded-2xl shadow-lg border border-gray-200 dark:border-zinc-800 p-8"