Fix login and register page cutoff

This commit is contained in:
DariusIII
2026-03-10 13:32:27 +01:00
parent a87a764f02
commit 0ff28f5c59
5 changed files with 29 additions and 22 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="app-shell">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes, viewport-fit=cover">
@@ -26,7 +26,7 @@
@vite(['resources/css/app.css', 'resources/js/app.js'])
@stack('styles')
</head>
<body class="bg-gray-100 dark:bg-gray-900 font-sans antialiased">
<body class="app-shell bg-gray-100 dark:bg-gray-900 font-sans antialiased">
<div class="h-screen flex">
<!-- Admin Sidebar -->
<aside id="sidebar" class="hidden md:flex md:flex-col w-64 bg-gray-900 dark:bg-gray-950 text-white shrink-0 h-full overflow-y-auto">