Fix styling notifications (#3404)

This commit is contained in:
Paulus Schoutsen 2019-07-21 12:10:47 -07:00 committed by GitHub
parent d09cf9c8ab
commit 1f1a3acc03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,8 @@ export class HuiNotificationDrawer extends EventsMixin(
padding-top: 16px; padding-top: 16px;
height: calc(100% - 65px); height: calc(100% - 65px);
box-sizing: border-box; box-sizing: border-box;
background-color: var(--primary-background-color);
color: var(--primary-text-color);
} }
.notification { .notification {