Feature: Developer should be able to adjust the height of the color picker box
Opened this issue · 1 comments
harshsaini786 commented
Currently, we are not able to change the height of the color picker box (it is by default set to 130px
). Even if we override the color box height with CSS that won't work because the slider height is hardcoded to 130
in the code. link
nlaforge commented
This is also something we are looking for.
There are many values hardcoded with this plugin.
130 is also hardcoded in the css file.
There should be an option to set the width being different from the panel width. Currently overriding the css cause the same issue as the height