On sm, filament admin panel nav at the bottom of the screen
On sm screens, i want the filament admin panel navbar to be at the bottom of the screen, how would u achieve it?
10 Replies
bump
You would need to override the views
or add a custom view which renders the bottom bar and hides the top
hmm sounds difficult
have u ever done it in some of ur projects? @toeknee
Nope, not a requirement really.
You can use these css
Just check only from browser, so transform to TW and or specify sm screen
hmm if i apply this and i use the global search, the styles broke? or is cool?
okayyyy
the user menu also not looking good, I show you how you can transform, the rest you have to figure out since filament is not design to behave like this.
okay yeah. well thanks (:
i asked this question since a lot of my users think that on mobile, the top navbar should be on bottom. is just much easier to reach it with the finger than in the top of the screen u know
but yah as filament is not designed by default to behave like this it may be too much customisation and perhaps i may not do this change since i guess it will break a lot of stuff of the ui (,:
I agree with you
in case someone finds an easy solution for this. please let others know ^^, in this thread for example. ill do it too
maybe we could build like a filament plugin or so hmmm. if i had the knowledge, id try to PR it to the filament core xd. bottom navbars r very interesting