actually render correctly for FF

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

View File

@ -68,12 +68,6 @@
z-index: -10;
}
@supports (-moz-appearance:none) {
.image-container{
justify-content: inherit;
align-items: inherit;
}
}
#image{
display: block;
@ -127,6 +121,11 @@ div:has(.placeholder){
opacity: 1;
}
@supports (-moz-appearance:none) {
.placeholder{
translate: -50% -50%;
}
}
/* DIALOG */
dialog{