Skip to content

[Bug]: CSS is hiding the Filament logo #130

@glennjacobs

Description

@glennjacobs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions