1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-06 21:03:47 -04:00

Fix thumbnail for deleted videos

This commit is contained in:
Omar Roth 2019-03-23 12:56:52 -05:00
parent a1f49b279f
commit ce4b07d7d7

@ -89,6 +89,7 @@ div.thumbnail {
img.thumbnail {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}