Completely hide debug button when not in use

This commit is contained in:
Kijin Sung 2016-04-10 15:21:35 +09:00
parent 8b9694fe6d
commit d772a8df85
2 changed files with 2 additions and 1 deletions

View file

@ -293,6 +293,7 @@ button.btn {
/* Debug */
#rhymix_debug_button {
display: none;
position: fixed;
left: 0; bottom: 40px;
background: #eeeeee;