Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2021-02-05 17:01:37 +01:00
parent daaa3d57a6
commit bc517166a4
1 changed files with 4 additions and 2 deletions

View File

@ -893,7 +893,7 @@ img:not([src]), img[src=""], img[src="null"] {
border-radius: 3px;
}
#pluginNotice .notice-message {
#pluginNotice [REPLACE_CLASS_noticeupdatetext] {
white-space: pre;
}
#pluginNotice #outdatedPlugins span {
@ -1185,10 +1185,12 @@ img:not([src]), img[src=""], img[src="null"] {
height: 24px;
}
[REPLACE_CLASS_toasttext] {
max-width: calc(50vw - 50px);
flex: 1 0 auto;
font-size: 14px;
font-weight: 500;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
[REPLACE_CLASS_toastcloseicon] {
display: none;