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;
}
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;
}