Increased the size of the touch areas of header items
authorAlexander Ebert <ebert@woltlab.com>
Sun, 19 Dec 2021 18:44:54 +0000 (19:44 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 19 Dec 2021 18:44:54 +0000 (19:44 +0100)
wcfsetup/install/files/style/layout/pageHeader.scss

index c334ad7b0fec79fe32b5b98932dcefc8ce7771ab..e93616e174f637c2e209b4837e4c716429d77d9f 100644 (file)
                grid-template-columns: auto repeat(3, max-content);
                height: 50px;
                left: 0;
-               padding: 0 10px;
+               padding: 0 6px;
                position: fixed;
                right: 0;
                top: 0;
                position: static;
        }
 
+       .pageHeaderSearchMobile,
+       .userPanel,
+       .mainMenu {
+               align-items: center;
+               display: flex;
+               height: 40px;
+               justify-content: center;
+               width: 40px;
+       }
+
        .pageHeaderLogo {
                grid-area: logo;
+
+               a {
+                       align-items: center;
+                       display: inline-flex;
+                       height: 40px;
+                       padding: 0 4px;
+               }
        }
 
        .pageHeaderSearchMobile {