actually render correctly for FF
This commit is contained in:
parent
302b5f6a10
commit
c22253f4bc
@ -68,12 +68,6 @@
|
|||||||
z-index: -10;
|
z-index: -10;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (-moz-appearance:none) {
|
|
||||||
.image-container{
|
|
||||||
justify-content: inherit;
|
|
||||||
align-items: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#image{
|
#image{
|
||||||
display: block;
|
display: block;
|
||||||
@ -127,6 +121,11 @@ div:has(.placeholder){
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (-moz-appearance:none) {
|
||||||
|
.placeholder{
|
||||||
|
translate: -50% -50%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* DIALOG */
|
/* DIALOG */
|
||||||
dialog{
|
dialog{
|
||||||
|
Loading…
Reference in New Issue
Block a user