From: Marcel Werk Date: Thu, 20 Jun 2024 13:58:05 +0000 (+0200) Subject: Improve visuals of selects when used in the sidebar X-Git-Tag: 6.1.0_Alpha_1~56 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c0933d401a1fb67e31d5a8c5ccfddbe9e83f2431;p=GitHub%2FWoltLab%2FWCF.git Improve visuals of selects when used in the sidebar Closes #5924 --- 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 {