Create noBlockedMessages.css

This commit is contained in:
smartfridge 2021-03-17 11:34:00 +01:00 committed by GitHub
parent 06939ac040
commit c8766759c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
div[class*='blockedSystemMessage']
{
display:none;
}