From: Alexander Ebert Date: Wed, 18 May 2022 15:39:43 +0000 (+0200) Subject: Inconsistent sort order of the mobile ACP header X-Git-Tag: 5.5.0_Beta_3~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d94b85eed1acc3d86c30e1e6a25f5be7031ea5b7;p=GitHub%2FWoltLab%2FWCF.git Inconsistent sort order of the mobile ACP header See https://www.woltlab.com/community/thread/295662-mobiles-men%C3%BC-im-acp/ --- diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 3b45bef1e7..a7add47ea8 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -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"] {