From ab2888c54cf20cf0d78053ca90377532b1727b19 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 23 Jul 2016 19:37:46 +0200 Subject: [PATCH] Changed ACP logo link to use entire visible space --- wcfsetup/install/files/acp/style/layout.scss | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 { -- 2.20.1