Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2021-01-24 16:10:42 +01:00 committed by GitHub
parent 857e6a7566
commit ed40e979dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1133,10 +1133,12 @@ img:not([src]), img[src=""], img[src="null"] {
border-radius: 50%;
width: 24px;
height: 24px;
margin-right: 6px;
overflow: hidden;
}
[REPLACE_CLASS_toasttext] {
min-height: 24px;
[REPLACE_CLASS_toastinner] {
display: flex;
align-items: center;
}
[REPLACE_CLASS_toastdefault] {
background-color: var(--background-floating);
@ -1161,4 +1163,4 @@ img:not([src]), img[src=""], img[src="null"] {
[REPLACE_CLASS_toastwarning] {
background-color: #FFA600;
color: #FFF;
}
}