Improve visuals of selects when used in the sidebar
authorMarcel Werk <burntime@woltlab.com>
Thu, 20 Jun 2024 13:58:05 +0000 (15:58 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 20 Jun 2024 13:58:05 +0000 (15:58 +0200)
Closes #5924

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

index 7d3b2eda0805a32bc096b1a5d95463deb94b787a..74cee657a5b81af403e8c4cb725f6c32d90cb4f1 100644 (file)
        font-weight: 600;
 }
 
+.sidebar {
+       select {
+               width: 100%;
+       }
+
+       select + select {
+               margin-top: 10px;
+       }
+}
+
 /* legacy styling for sidebars (deprecated) */
 .sidebar {
        fieldset {