mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
fix: enforce tmdb poster height
Makes it so the table doesn't jump around on page load.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user