title image correctly aligned on firefox

This commit is contained in:
Alexander Bocken 2023-10-19 13:31:16 +02:00
parent 1d7cf03d66
commit 302b5f6a10
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -68,6 +68,13 @@
z-index: -10;
}
@supports (-moz-appearance:none) {
.image-container{
justify-content: inherit;
align-items: inherit;
}
}
#image{
display: block;
position: absolute;
@ -165,7 +172,7 @@ dialog button{
</div>
</div>
</div>
</figure>
</figure>
<div class=content><slot></slot></div>
</section>