From c0933d401a1fb67e31d5a8c5ccfddbe9e83f2431 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 20 Jun 2024 15:58:05 +0200 Subject: [PATCH] Improve visuals of selects when used in the sidebar Closes #5924 --- wcfsetup/install/files/style/layout/sidebar.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wcfsetup/install/files/style/layout/sidebar.scss b/wcfsetup/install/files/style/layout/sidebar.scss index 7d3b2eda08..74cee657a5 100644 --- a/wcfsetup/install/files/style/layout/sidebar.scss +++ b/wcfsetup/install/files/style/layout/sidebar.scss @@ -23,6 +23,16 @@ font-weight: 600; } +.sidebar { + select { + width: 100%; + } + + select + select { + margin-top: 10px; + } +} + /* legacy styling for sidebars (deprecated) */ .sidebar { fieldset { -- 2.20.1