embed.css 433 B

12345678910111213141516171819202122232425262728
  1. /* from Invidious, AGPL-3.0 */
  2. #player {
  3. position: fixed;
  4. right: 0;
  5. bottom: 0;
  6. min-width: 100%;
  7. min-height: 100%;
  8. width: auto;
  9. height: auto;
  10. z-index: -100;
  11. }
  12. .watch-on-invidious {
  13. font-size: 1.3em !important;
  14. font-weight: bold;
  15. white-space: nowrap;
  16. margin: 0 1em 0 1em !important;
  17. order: 3;
  18. }
  19. .watch-on-invidious > a {
  20. color: white;
  21. }
  22. .watch-on-invidious > a:hover {
  23. color: rgba(0, 182, 240, 1);;
  24. }