invidious/assets/css/embed.css
Leon Klingele 9219038469
Migrate to a good Content Security Policy
So attacks such as XSS (see [0]) will no longer be of an issue.

[0]: https://github.com/omarroth/invidious/issues/1022
2020-03-11 21:07:45 +09:00

11 lines
143 B
CSS

#player {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}