Fix: Thumbnails were slightly off-center in the episode grid

This commit is contained in:
lscambo13
2025-11-11 23:05:24 +05:30
parent c7abd97dfb
commit ab8627eb66

View File

@@ -561,7 +561,8 @@ html {
height: max-content;
width: 100%;
aspect-ratio: 16 / 9;
margin: 0 !important;
/* margin: 0 !important; */
box-sizing: border-box;
}
.layout-desktop .listItem-largeImage .listItemBody {