flipdown icon indicating copy to clipboard operation
flipdown copied to clipboard

Provide many sizes to counter

Open marwan2 opened this issue 5 years ago • 3 comments

Re-factor css to resize counter, and provide for exmaple 3 options: Large, normal, small

marwan2 avatar Apr 07 '20 21:04 marwan2

Flipdown already supports two sizes, a regular and small variant. I'd appreciate a PR if you'd like to add more sizing options.

PButcher avatar Apr 08 '20 11:04 PButcher

@PButcher How do you get the small variant? I don't see anything in the documentation or in the FlipDown class about how to change the size.

codeunifier avatar Oct 19 '21 15:10 codeunifier

@PButcher How do you get the small variant? I don't see anything in the documentation or in the FlipDown class about how to change the size.

It's currently triggered by a media query, it's not a setting.

If you'd like to use the small version as the default, you can use the styles in the media query to override the default behaviour: https://github.com/PButcher/flipdown/blob/master/dist/flipdown.css#L213-L283

PButcher avatar Oct 19 '21 15:10 PButcher