SimonLeclere / discord-easy-dashboard

💻 Simple module to facilitate the creation of dashboard using discord.js and express
https://www.npmjs.com/package/discord-easy-dashboard
71 stars 11 forks source link

Color input too long #28

Closed lea0o0oo closed 1 year ago

lea0o0oo commented 1 year ago

image

When I put a new color input it gets too long

SimonLeclere commented 1 year ago

what da fuk

SimonLeclere commented 1 year ago

Can you send a code to reproduce the issue ?

lea0o0oo commented 1 year ago

Can you send a code to reproduce the issue ?

Ok, btw I tested also in Firefox to see if works and on Firefox no issues!

Tested also on raphcosmo theme and no issues...

SimonLeclere commented 1 year ago

On which browsers does the problem occur?

lea0o0oo commented 1 year ago

On which browsers does the problem occur?

The problema occured on Brave, wich is Chrome based.

I also tested on Chrome and the same problem appears

lea0o0oo commented 1 year ago

Btw it can be fixed by Injecting CSS

The CSS code is:

input[type=color] {
  height: 5.3%;
}
SimonLeclere commented 1 year ago

Seems like a random fix lol