From 33a88c201ead5fce22669c9994e1f20d2accaffa Mon Sep 17 00:00:00 2001 From: shortcutme Date: Sat, 19 Nov 2016 12:47:49 +0100 Subject: [PATCH] Chinese sidebar fix 2 --- plugins/Sidebar/media/Sidebar.css | 2 +- plugins/Sidebar/media/all.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Sidebar/media/Sidebar.css b/plugins/Sidebar/media/Sidebar.css index 3df4b3dc..b2089b49 100644 --- a/plugins/Sidebar/media/Sidebar.css +++ b/plugins/Sidebar/media/Sidebar.css @@ -108,7 +108,7 @@ .owned-title { float: left } #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; } -.settings-owned { overflow: visible } +.settings-owned { clear: both } #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 aa085111..3bd8ddbd 100644 --- a/plugins/Sidebar/media/all.css +++ b/plugins/Sidebar/media/all.css @@ -162,7 +162,7 @@ .owned-title { float: left } #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; } -.settings-owned { overflow: visible } +.settings-owned { clear: both } #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 }