This commit is contained in:
Mirco Wittrien 2021-01-26 22:56:00 +01:00
parent 9f236ba81d
commit bcb4b33d16
1 changed files with 5 additions and 2 deletions

View File

@ -1089,6 +1089,7 @@ img:not([src]), img[src=""], img[src="null"] {
justify-content: flex-end;
flex-direction: column;
pointer-events: none;
z-index: 4001;
}
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsleft] {
align-items: flex-start;
@ -1128,11 +1129,13 @@ img:not([src]), img[src=""], img[src="null"] {
}
[REPLACE_CLASS_toastopening],
[REPLACE_CLASS_toastclosing] {
min-height: 0;
height: 0;
opacity: 0;
transform: scale(0);
}
[REPLACE_CLASS_toastclosing] {
min-height: 0;
height: 0;
}
[REPLACE_CLASS_toastinner] {
display: flex;
align-items: center;