fix: enforce tmdb poster height

Makes it so the table doesn't jump around on page load.
This commit is contained in:
Roardom
2025-03-06 19:46:00 +00:00
parent 885766bd8d
commit d14f59028a
+3 -1
View File
@@ -145,7 +145,9 @@
}
.torrent-search--list__poster-img {
width: 53px;
/* TMDb posters should always be a ratio of 1.5 */
width: 54px;
height: 81px;
border-radius: 5px;
}