aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

Fix remaining style issues with tailwindcss in the site #667

Closed vincentfretin closed 1 year ago

vincentfretin commented 1 year ago

This closes #663

Capture d’écran du 2022-12-24 14-28-16

vincentfretin commented 1 year ago

Fix initial value position in select fields:

.select__input
  min-height auto !important

This is to override the following rule in components.styl

  input[type=text],
  input[type=number],
  input.string,
  input.number
    min-height 26px

Before: Capture d’écran du 2022-12-24 15-26-34 After:

Capture d’écran du 2022-12-24 15-25-49

dmarcos commented 1 year ago

Thank you!