Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2021-01-26 22:59:46 +01:00
parent ca12d6015b
commit 8d51439f49
1 changed files with 4 additions and 1 deletions

View File

@ -1108,7 +1108,6 @@ img:not([src]), img[src=""], img[src="null"] {
margin-top: 10px;
padding: 6px 10px;
overflow: hidden;
cursor: pointer;
pointer-events: auto;
min-height: 24px;
height: unset;
@ -1116,6 +1115,10 @@ img:not([src]), img[src=""], img[src="null"] {
transform: scale(1);
transition: all 300ms ease;
}
[REPLACE_CLASS_toastcloseable] {
cursor: pointer;
pointer-events: auto;
}
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsleft] [REPLACE_CLASS_toast] {
border-radius: 0 5px 5px 0;
transform-origin: left bottom;