From 581a18f83da6ae855a8bcb989eb8dae26dca842b Mon Sep 17 00:00:00 2001 From: Ivanq Date: Sat, 30 Dec 2017 18:39:07 +0300 Subject: [PATCH] 'Publish' cuts off --- 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 a3eb9b67..d9361ab8 100644 --- a/plugins/Sidebar/media/Sidebar.css +++ b/plugins/Sidebar/media/Sidebar.css @@ -112,7 +112,7 @@ #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; } .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: 408px } +#checkbox-owned:checked ~ .settings-owned { opacity: 1; max-height: 420px } /* Globe */ .globe { width: 360px; height: 360px } diff --git a/plugins/Sidebar/media/all.css b/plugins/Sidebar/media/all.css index fa85d369..c0db1a18 100644 --- a/plugins/Sidebar/media/all.css +++ b/plugins/Sidebar/media/all.css @@ -166,7 +166,7 @@ #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; } .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: 408px } +#checkbox-owned:checked ~ .settings-owned { opacity: 1; max-height: 420px } /* Globe */ .globe { width: 360px; height: 360px }