diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 20b9c6071c..9617048723 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -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; -} \ No newline at end of file +}