diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index f567bead38..9e6d2b1d55 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -897,13 +897,13 @@ img:not([src]), img[src=""], img[src="null"] { overflow: hidden !important; } [REPLACE_CLASS_noticetext] { - display: flex; + display: inline-flex; flex: 0 1 auto; - white-space: pre; + white-space: pre; overflow: hidden; } [REPLACE_CLASS_noticewrapper] [REPLACE_CLASS_noticeplatformicon] { - display: flex; + display: inline-flex; flex: 0 0 auto; position: static; margin: 0 10px 0 0; @@ -913,7 +913,7 @@ img:not([src]), img[src=""], img[src="null"] { width: unset; } [REPLACE_CLASS_noticewrapper] [REPLACE_CLASS_noticebutton] { - display: flex; + display: inline-flex; flex: 0 0 auto; position: static; } @@ -1284,4 +1284,4 @@ img:not([src]), img[src=""], img[src="null"] { } [REPLACE_CLASS_toastwarning] [REPLACE_CLASS_toastinner] { color: #FFF; -} \ No newline at end of file +}