ipfs-shipyard / ipfs-share-files

Share files via IPFS
https://share.ipfs.io
MIT License
145 stars 29 forks source link

Filename overflow glitch in Firefox #67

Closed lidel closed 5 years ago

lidel commented 5 years ago

Tried some files with tilling manager (custom window size) and longer names and this happened:

2018-12-17--01-32-11

It is possible its just an oddity in font handling on my machine, anyone is able to reproduce?

Just for the record, tested this version from dnslink.

fsdiogo commented 5 years ago

Thanks for reporting @lidel, I was truncating the filenames before, but after adding the link to the IPFS gateways the structure changed and I forgot to refactor that bit. I'll fix it in a moment!