Fix the alignment of the breadcrumbs arrow
authorAlexander Ebert <ebert@woltlab.com>
Tue, 21 Nov 2023 17:15:09 +0000 (18:15 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 21 Nov 2023 17:15:09 +0000 (18:15 +0100)
See https://www.woltlab.com/community/thread/302990-arrow-breadcrumb-navigation/

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

index 08c64b12e77995f73f01df613723845750a1f89e..96d6007bf8ec9211a2043263d5f66af6c5ee6438 100644 (file)
                flex: 1;
 
                .breadcrumbs__link {
+                       align-items: center;
                        color: var(--wcfContentDimmedLink);
-                       display: block;
+                       column-gap: 5px;
+                       display: flex;
                        flex: 1;
                        overflow: hidden;
                        padding: 5px 0;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                }
+
+               .breadcrumbs__parent_indicator {
+                       display: flex;
+               }
        }
 }