fix(web): improve mobile AwoooP shell width
All checks were successful
CD Pipeline / tests (push) Successful in 1m28s
Code Review / ai-code-review (push) Successful in 14s
CD Pipeline / build-and-deploy (push) Successful in 4m3s
CD Pipeline / post-deploy-checks (push) Successful in 2m36s

This commit is contained in:
Your Name
2026-06-03 11:28:10 +08:00
parent 17ae36d132
commit 9535f49f23
4 changed files with 11 additions and 7 deletions

View File

@@ -58,8 +58,8 @@ export default function AwoooPLayout({
return (
<AppLayout locale={params.locale} showBackground={false}>
<div className="min-h-[calc(100vh-116px)] w-[calc(100vw-48px)] max-w-full overflow-x-hidden border border-[#e0ddd4] bg-[#f7f5ee] md:w-full">
<div className="border-b border-[#e0ddd4] bg-[#faf9f3] px-5 py-4">
<div className="min-h-[calc(100vh-116px)] w-full max-w-full overflow-x-hidden border border-[#e0ddd4] bg-[#f7f5ee]">
<div className="border-b border-[#e0ddd4] bg-[#faf9f3] px-3 py-4 sm:px-5">
<div className="flex flex-wrap items-center justify-between gap-3">
<div className="flex items-center gap-3">
<span className="flex h-9 w-9 items-center justify-center border border-[#d8d3c7] bg-white text-[#141413]">
@@ -113,7 +113,7 @@ export default function AwoooPLayout({
</nav>
</div>
<main className="px-5 py-5">{children}</main>
<main className="px-3 py-4 sm:px-5 sm:py-5">{children}</main>
</div>
</AppLayout>
);

View File

@@ -4418,7 +4418,7 @@ function KnowledgeGovernancePanel({
</span>
</div>
</div>
<div className="mb-3 border border-[#e0ddd4] bg-white px-3 py-3 text-xs text-[#5f5b52]">
<div id="owner-review-rail" className="mb-3 scroll-mt-24 border border-[#e0ddd4] bg-white px-3 py-3 text-xs text-[#5f5b52]">
<div className="flex flex-wrap items-start justify-between gap-3">
<div className="min-w-0">
<div className="flex items-center gap-2">