Add a flag "headerPadding" to FIlament Page #17730
Replies: 1 comment
-
Currently, the page already has the I proposal is to also add We could remove the current padding from This ensures there is only one spacing, avoiding duplication, and works automatically without requiring manual adjustments from the developer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Recently I've decided to use more often the "Guest Panel" to build landing pages and every time that I start a new project, I need to copy the vendor
filament-panels::page.index
and add a new flag to remove the padding only.See the white gap between the edges:
Proposal
By adding a new component property
headerPadding
, we can easily solve it when creating custom pages that require the navbar.Question
During my research, I tried many times to understand how the
fullHeight
works since at my first sight I thought that this flag would do what I'm proposing right now.I would appreaciate if someone could elaborate it!
Beta Was this translation helpful? Give feedback.
All reactions