mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-27 22:37:47 +00:00
Fix: Thumbnails were slightly off-center in the episode grid
This commit is contained in:
@@ -561,7 +561,8 @@ html {
|
|||||||
height: max-content;
|
height: max-content;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 16 / 9;
|
aspect-ratio: 16 / 9;
|
||||||
margin: 0 !important;
|
/* margin: 0 !important; */
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .listItem-largeImage .listItemBody {
|
.layout-desktop .listItem-largeImage .listItemBody {
|
||||||
|
|||||||
Reference in New Issue
Block a user