fix placeholder thumbnail misalignment
This commit is contained in:
parent
83542af81d
commit
08607fafe7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user