Files
webtorrent-desktop/renderer
Feross Aboukhadijeh 014017604d Improve subtitle positioning (#551)
Before this commit, we tweaked the subtitle position by modifying the
VTT file, line by line with a regex because I did not know it was
possible to use CSS for it.

But apparently there are Shadow DOM elements that we can use instead.

This new approach improves:

- Wrapping long lines. Before, the text would go off the edge of the
screen. Now it wraps intelligently.

- The subtitles move up to get out of the way of the controls when
those are visible.
2016-05-21 16:49:30 -07:00
..
2016-05-19 18:54:44 -07:00
2016-05-21 16:49:30 -07:00
2016-05-21 16:49:30 -07:00
2016-05-16 08:03:21 -07:00
2016-05-18 02:07:24 -07:00