From: Alexander Ebert Date: Sat, 23 Jul 2016 17:37:46 +0000 (+0200) Subject: Changed ACP logo link to use entire visible space X-Git-Tag: 3.0.0_Beta_1~986 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ab2888c54cf20cf0d78053ca90377532b1727b19;p=GitHub%2FWoltLab%2FWCF.git Changed ACP logo link to use entire visible space --- diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 65b40dad9f..9462f3579d 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -32,14 +32,12 @@ $wcfAcpMenuWidth: 150px; } .pageHeaderLogo { - align-items: center; background-color: rgb(52, 73, 94); - display: flex; flex: 0 0 $wcfAcpMenuWidth; height: 50px; - justify-content: center; margin: 0; order: 1; + position: relative; .pageHeaderLogoLarge { display: none; @@ -48,6 +46,17 @@ $wcfAcpMenuWidth: 150px; .pageHeaderLogoSmall { display: inline; } + + > a { + align-items: center; + bottom: 0; + display: flex; + justify-content: center; + left: 0; + position: absolute; + right: 0; + top: 0; + } } .mainMenu {