Skip to content

Commit 9aecd3f

Browse files
ddonclaude
andcommitted
Fix admin content area top padding on desktop view
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 514f7d2 commit 9aecd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phoenix_kit_web/components/layout_wrapper.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ defmodule PhoenixKitWeb.Components.LayoutWrapper do
314314
<input id="admin-mobile-menu" type="checkbox" class="drawer-toggle" />
315315
316316
<%!-- Main content --%>
317-
<div class="drawer-content flex min-h-screen flex-col bg-base-100 transition-colors pt-16">
317+
<div class="drawer-content flex min-h-screen flex-col bg-base-100 transition-colors pt-16 lg:pt-0">
318318
<%!-- Page content from parent layout --%>
319319
<div class="flex-1">
320320
{render_slot(@original_inner_block)}

0 commit comments

Comments
 (0)