jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.58k stars 505 forks source link

Select in parameters does not match other inputs style #1314

Closed eevleevs closed 6 months ago

eevleevs commented 6 months ago

CSS should include something like

  #paramsDiv select {
      font-size: 0.85em;
      padding: 0.1em;
  }
z3dev commented 6 months ago

@eevleevs thanks for the information, but i could not locate the paramsDiv on any of the existing HTML or CSS. So, can you provide some more context as to where this was found in the HTML DOM structure?

platypii commented 6 months ago

This is referring to the styles on jscad.app which come from jscadui project.

I'll take a look thanks @eevleevs