mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
Add Display Width setting (#759)
Allow users to pick how "wide" the panel is.
This commit is contained in:
@@ -162,6 +162,7 @@ return [
|
||||
|
||||
'filament' => [
|
||||
'top-navigation' => env('FILAMENT_TOP_NAVIGATION', false),
|
||||
'display-width' => env('FILAMENT_WIDTH', 'screen-2xl'),
|
||||
],
|
||||
|
||||
'use_binary_prefix' => env('PANEL_USE_BINARY_PREFIX', true),
|
||||
|
||||
Reference in New Issue
Block a user