fix placeholder thumbnail misalignment

This commit is contained in:
Alexander Bocken 2023-07-11 19:14:39 +02:00
parent 83542af81d
commit 08607fafe7
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -52,7 +52,7 @@ div:has(#image){
border-top-right-radius: inherit; border-top-right-radius: inherit;
} }
div:has(div #image){ div:has(div #image){
height: 100%; height: calc(var(--card-width)*0.85);
position: absolute; position: absolute;
width: var(--card-width); width: var(--card-width);
top: 0; top: 0;