diff --git a/plugins/Sidebar/media/Sidebar.css b/plugins/Sidebar/media/Sidebar.css index c6243398..3df4b3dc 100644 --- a/plugins/Sidebar/media/Sidebar.css +++ b/plugins/Sidebar/media/Sidebar.css @@ -108,6 +108,7 @@ .owned-title { float: left } #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; } +.settings-owned { overflow: visible } #checkbox-owned ~ .settings-owned { opacity: 0; max-height: 0px; transition: all 0.3s linear; overflow: hidden } #checkbox-owned:checked ~ .settings-owned { opacity: 1; max-height: 400px } diff --git a/plugins/Sidebar/media/all.css b/plugins/Sidebar/media/all.css index 3015908d..aa085111 100644 --- a/plugins/Sidebar/media/all.css +++ b/plugins/Sidebar/media/all.css @@ -162,6 +162,7 @@ .owned-title { float: left } #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; } +.settings-owned { overflow: visible } #checkbox-owned ~ .settings-owned { opacity: 0; max-height: 0px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear ; overflow: hidden } #checkbox-owned:checked ~ .settings-owned { opacity: 1; max-height: 400px }