fix(enrich): use fixed positioning for fullscreen layout and fix done icon
Align enrich/[id] with the document detail page pattern: position fixed with runtime header height measurement instead of a hardcoded calc value. The root layout is reverted to its original simple form with no per-route detection. Also replaces the missing check icon on the done page with Check-Double-LG from the icon library. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import { m } from '$lib/paraglide/messages.js';
|
||||
class="border-brand-sand flex flex-col items-center justify-center rounded-sm border bg-white py-20 text-center shadow-sm"
|
||||
>
|
||||
<img
|
||||
src="/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Circle-LG.svg"
|
||||
src="/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Double-LG.svg"
|
||||
alt=""
|
||||
aria-hidden="true"
|
||||
class="mb-6 h-16 w-16"
|
||||
|
||||
Reference in New Issue
Block a user