What happened?
When using the plugin in Filament v4.3.1 the CSS that this plugin provides hides the logo when the topbar is turned off.
Specifically
@media (min-width: 64rem) {
.fi-sidebar-header-ctn {
display:none;
}
}
How to reproduce the bug
When configuring the Filament panel, use
return $panel
->topbar(false)
Package Version
5.0
PHP Version
8.4
Laravel Version
11.47
Which operating systems does with happen with?
macOS
Notes
No response
What happened?
When using the plugin in Filament v4.3.1 the CSS that this plugin provides hides the logo when the topbar is turned off.
Specifically
How to reproduce the bug
When configuring the Filament panel, use
Package Version
5.0
PHP Version
8.4
Laravel Version
11.47
Which operating systems does with happen with?
macOS
Notes
No response