p2plabsxyz / dscan

A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
https://chromewebstore.google.com/detail/dscan-own-your-identity-o/idpfgkgogjjgklefnkjdpghkifbjenap
MIT License
36 stars 26 forks source link

[bug]: file and folder buttons not clicking properly #17

Closed akhileshthite closed 2 years ago

akhileshthite commented 2 years ago

There's a slight misplacement (or bounce) after clicking these two buttons. ezgif com-gif-maker

Both buttons should click (active one should be pressed) smoothly without any bounce like the "upload" button shown below. ezgif com-gif-maker (1)

CSS for "file" button: https://github.com/buidltools/dscan/blob/045fd8ace369ec30dc074e2bab138278b31543a3/src/css/popup.css#L45

CSS for "folder" button: https://github.com/buidltools/dscan/blob/045fd8ace369ec30dc074e2bab138278b31543a3/src/css/popup.css#L74

For development setup and contributing guide, check the main README.md.