Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2021-03-06 08:23:17 +01:00 committed by GitHub
parent d191f5b545
commit 94cd0c3ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}
}