darkroomjs icon indicating copy to clipboard operation
darkroomjs copied to clipboard

icons hidden

Open jeans11 opened this issue 8 years ago • 0 comments

Hi guy,

I want to know if there is a specific reason to use:

element.style.visibility = 'hidden';

instead of:

element.style.display = 'none';

for darkroom icons div element. In fact, visibility: hidden affect the layout.

Can we change this ? I can create a pull request if needed

jeans11 avatar Mar 07 '16 13:03 jeans11