From 459ff06898768453ef55af3039cbbff8eab10807 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 24 Jan 2021 13:47:07 +0100 Subject: [PATCH] stuff --- Library/_res/BDFDB.raw.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 6f087a6323..91f8a8a12d 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -1119,20 +1119,17 @@ img:not([src]), img[src=""], img[src="null"] { opacity: 1; transform: translateY(-10px); } -[REPLACE_CLASS_toastavatar] { - margin-right: 6px; +[REPLACE_CLASS_toasticon] { + flex: 0 0 auto; width: 24px; height: 24px; - flex: 0 0 auto; - background-size: cover; - background-position: center; - border-radius: 50%; + margin-right: 6px; } -[REPLACE_CLASS_toasticon] { - padding-left: 30px; - background-position: 6px 50%; - background-size: 20px 20px; - background-repeat: no-repeat; +[REPLACE_CLASS_toastavatar] { + background-position: center; + background-size: cover; + border-radius: 50%; + overflow: hidden; } [REPLACE_CLASS_toastdefault] { background-color: var(--background-floating);