mirror of
https://github.com/saicaca/fuwari.git
synced 2026-03-08 01:53:26 +01:00
feat: much better mobile view design (#11)
This commit is contained in:
@@ -64,7 +64,7 @@ if (title) {
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" isHome={isHomePage} pathname={testPathName} class="bg-[var(--page-bg)] transition">
|
||||
<html lang="en" isHome={isHomePage} pathname={testPathName} class="bg-[var(--page-bg)] transition text-[14px] md:text-[16px]">
|
||||
<head>
|
||||
<ViewTransitions />
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ const enableBanner = siteConfig.banner.enable;
|
||||
|
||||
<Layout title={title} banner={banner}>
|
||||
<div class=`max-w-[var(--page-width)] min-h-screen grid grid-cols-[280px_auto] grid-rows-[auto_auto_1fr_auto] lg:grid-rows-[auto_1fr_auto]
|
||||
mx-auto gap-4 relative px-3 md:px-4 lg:px-0`
|
||||
mx-auto gap-4 relative px-0 md:px-4`
|
||||
transition:animate="none"
|
||||
>
|
||||
<div id="top-row" class="col-span-2 grid-rows-1 z-50" class:list={["transition-all", {
|
||||
|
||||
Reference in New Issue
Block a user