mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-28 22:18:26 +00:00
fix(layout): update height classes for responsive design in App.vue and AuthPage.vue
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user