mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-14 14:57:48 +00:00
Hide videos with dead CDN and torrent peers
This commit is contained in:
@@ -74,6 +74,10 @@ header img {
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
.video-card[data-owner-is-viewer="false"][data-url-health-state="offline"][data-stream-health-state="unhealthy"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.video-card--enter {
|
||||
opacity: 0;
|
||||
animation: video-card-fade-in 220ms ease-out forwards;
|
||||
|
||||
Reference in New Issue
Block a user