-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Description
Editor's element #toolbar button has simple layout error, #toolbar button is heighter than before.
Three.js version
- r98Dev
Browser
- Chrome 70
- Firefox 63
OS
- Windows 7
I fixed it by this way.
/* ProjectDir\editor\css\light.css row 214 */
#toolbar button {
margin-right: 6px;
line-height: 14px; /* new */
height: 24px;; /* new */
}
