Ver Fonte

fix console toggle CSS

Gregg Tavares há 7 anos atrás
pai
commit
1b21d37782
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      threejs/resources/threejs-lessons-helper.js

+ 2 - 1
threejs/resources/threejs-lessons-helper.js

@@ -138,7 +138,8 @@
       right: 0,
       bottom: 0,
       background: '#EEE',
-      'max-height': '2ex',
+      'font-size': 'smaller',
+      cursor: 'pointer',
     });
     toggle.addEventListener('click', showHideConsole);