fix(web): improve mobile AwoooP shell width
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user