From 1b53cbdc8f5fcab24eb411ee8f1492e3e651c77b Mon Sep 17 00:00:00 2001 From: shortcutme Date: Sat, 19 Nov 2016 11:27:58 +0100 Subject: [PATCH] Chinese sidebar fix --- plugins/Sidebar/media/Sidebar.css | 1 + plugins/Sidebar/media/all.css | 1 + 2 files changed, 2 insertions(+) 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 }