Fix: Thumbnails were slightly off-center in the episode grid
This commit is contained in:
parent
c7abd97dfb
commit
ab8627eb66
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue