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%; border-radius: 50%;
width: 24px; width: 24px;
height: 24px; height: 24px;
margin-right: 6px;
overflow: hidden; overflow: hidden;
} }
[REPLACE_CLASS_toasttext] { [REPLACE_CLASS_toastinner] {
min-height: 24px; display: flex;
align-items: center;
} }
[REPLACE_CLASS_toastdefault] { [REPLACE_CLASS_toastdefault] {
background-color: var(--background-floating); background-color: var(--background-floating);