2
0
Gregg Tavares 7 жил өмнө
parent
commit
1b21d37782

+ 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);