'Publish' cuts off

This commit is contained in:
Ivanq 2017-12-30 18:39:07 +03:00
parent f2c76c0a3b
commit 581a18f83d
2 changed files with 2 additions and 2 deletions

View file

@ -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 }

View file

@ -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 }