From 5328962eed76a8d103ffe1a5c94bdc5996ca3d0e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 9 Sep 2023 17:06:23 +0200 Subject: [PATCH] Align the styling of the style changer to the footer menu See https://www.woltlab.com/community/thread/301491-mobil-stil-%C3%A4ndern-position-nicht-korrekt/ --- wcfsetup/install/files/style/layout/box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index c1c01e328b..d5b57365ac 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -914,7 +914,7 @@ .styleChanger { float: right; - padding-left: 20px; + padding: 10px 0 10px 20px; button { color: var(--wcfFooterLink); -- 2.20.1