Skip to content

Commit

Permalink
fix shorts thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
fire332 committed Dec 18, 2024
1 parent 042e3e6 commit f8d5480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@
position: absolute !important;
width: 100% !important;
}

/* Fixes shorts thumbnails */
.ytlr-tile-header-renderer--shorts {
z-index: -1;
}

0 comments on commit f8d5480

Please sign in to comment.