Swapped the position of the user and page menu
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 May 2022 09:18:03 +0000 (11:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 May 2022 09:18:03 +0000 (11:18 +0200)
See https://www.woltlab.com/community/thread/295422-position-des-hamburger-men%C3%BCs/

wcfsetup/install/files/style/layout/pageHeader.scss

index 39bfbdb5c5358d7d0e3560849e071496af4adc5b..fbe9ec8e06cae954633678f2ef36aebc36bd196a 100644 (file)
                background-color: $wcfHeaderBackground;
                column-gap: 10px;
                display: grid;
-               grid-template-areas: "logo search menu user";
+               grid-template-areas: "logo search user menu";
                grid-template-columns: auto repeat(3, max-content);
                height: 50px;
                left: 0;