Align the breadcrumbs to the center
authorAlexander Ebert <ebert@woltlab.com>
Fri, 17 Nov 2023 16:29:52 +0000 (17:29 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 17 Nov 2023 16:29:52 +0000 (17:29 +0100)
The `min-height` causes the breadcrumbs to gravitate towards the top when all items are of less height.

See https://www.woltlab.com/community/thread/302871-top-and-bottom-padding-page-navigation/

wcfsetup/install/files/style/ui/breadcrumb.scss

index b470e57d01dca3237e0b6bc9499d6014edd61f0f..08c64b12e77995f73f01df613723845750a1f89e 100644 (file)
@@ -47,6 +47,8 @@
        }
 
        .pageNavigation .layoutBoundary {
+               align-items: center;
+               display: flex;
                min-height: 20px;
        }