Skip to content

Commit 4eb6990

Browse files
authored
refactor: do not apply justify-content to navbar part (#10546)
1 parent 3c0c469 commit 4eb6990

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/aura/src/components/app-layout.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ vaadin-app-layout:not(:has([slot='drawer'])) {
3939
}
4040

4141
vaadin-app-layout::part(navbar) {
42-
justify-content: space-between;
4342
--vaadin-app-layout-navbar-background: transparent;
4443
-webkit-backdrop-filter: blur(20px);
4544
backdrop-filter: blur(20px);

0 commit comments

Comments
 (0)