Skip to content

Misalignment of icons on navbars #409

Description

@moberley

Using Piwigo 16.0.0RC2 with Bootstrap Darkroom there is a slight misalignment of the icons on the secondary navbar where the non-dropdown icons appear shifted up slightly from the middle. I was able to fix the problem by adding the following CSS to the theme configuration Custom CSS.

#secondary-navbar .nav-item a:not(.dropdown-toggle)>i {
padding: .25rem 0;
height: 1.5rem;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions