From fcc81f3ea81b2304c9a8caefea390ca06626b5c1 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 8 Apr 2019 18:31:37 +0200 Subject: [PATCH] Added css for more flexible nesting in box menus --- wcfsetup/install/files/style/layout/box.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 23a51b85af..5ff9ab8b40 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -516,6 +516,26 @@ .boxMenuDepth2 .boxMenuLink { padding-left: 60px; } + + .boxMenuItem .boxMenuLink { + padding-left: 100px; + } + + .boxMenuItemDepth1 .boxMenuLink { + padding-left: 20px; + } + + .boxMenuItemDepth2 .boxMenuLink { + padding-left: 40px; + } + + .boxMenuItemDepth3 .boxMenuLink { + padding-left: 60px; + } + + .boxMenuItemDepth4 .boxMenuLink { + padding-left: 80px; + } } } -- 2.20.1