szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
9.99k stars 729 forks source link

Fix CSS issues #68

Open szimek opened 5 years ago

szimek commented 5 years ago

On desktop popovers do not always need an icon on the left: sharedrop-error-popup-desktop

so the content could use up all available space.

On mobile there a few issues: sharedrop-error-mobile

  1. The "new room" button is cut off.
  2. The custom line breaks in text in popover could be applied to file names only, not the whole text.
  3. The popover covers peer's label.
  4. The popover is cut off.

CSS needs also to be cleaned up and it could use CSS next and CSS modules instead of SASS.