wip
This commit is contained in:
@@ -36,7 +36,7 @@ const open_login_modal = () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="w-full h-screen">
|
||||
<div class="relative grid w-full min-h-screen">
|
||||
<header>
|
||||
<h1 class="inline-flex flex-col">
|
||||
<span class="text-lg text-neutral-600 dark:text-neutral-300 font-bold">眩生花 AI 助手</span>
|
||||
@@ -85,7 +85,7 @@ header {
|
||||
}
|
||||
|
||||
main {
|
||||
@apply min-h-full pt-16;
|
||||
@apply min-h-[calc(100vh-4rem)] pt-16;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user