Skip to content

Editor: Toolbar Layout error with i18n. #15134

@linbingquan

Description

@linbingquan

Editor's element #toolbar button has simple layout error, #toolbar button is heighter than before.

image

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 */
	}
Bugfixed result:

image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions