Inconsistent sort order of the mobile ACP header
authorAlexander Ebert <ebert@woltlab.com>
Wed, 18 May 2022 15:39:43 +0000 (17:39 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 18 May 2022 15:39:43 +0000 (17:39 +0200)
See https://www.woltlab.com/community/thread/295662-mobiles-men%C3%BC-im-acp/

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

index 3b45bef1e7e1f55ec29f136fff4196100e0f1ffb..a7add47ea86b4fe7a05d792aeda39703e632abf4 100644 (file)
@@ -293,7 +293,7 @@ $wcfAcpSubMenuWidth: 300px;
 
 @include screen-md-down {
        .pageHeader {
-               grid-template-areas: "logo woltlab jumpToPage search menu user";
+               grid-template-areas: "logo woltlab jumpToPage search user menu";
                grid-template-columns: auto repeat(5, max-content);
 
                &[data-is-login="true"] {