Align the styling of the style changer to the footer menu
authorAlexander Ebert <ebert@woltlab.com>
Sat, 9 Sep 2023 15:06:23 +0000 (17:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 9 Sep 2023 15:06:23 +0000 (17:06 +0200)
See https://www.woltlab.com/community/thread/301491-mobil-stil-%C3%A4ndern-position-nicht-korrekt/

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

index c1c01e328bb1bfe4bc3970a55e891d36cdde09f6..d5b57365acecc4030998b10c7670c6d9e9f57ac4 100644 (file)
 
 .styleChanger {
        float: right;
-       padding-left: 20px;
+       padding: 10px 0 10px 20px;
 
        button {
                color: var(--wcfFooterLink);