implement notifications name filter and slightly change the way we load notification to the ui

This commit is contained in:
Mario Vavti
2018-01-18 11:22:30 +01:00
parent 647a9b2740
commit 21d081e175
3 changed files with 56 additions and 11 deletions

View File

@@ -178,6 +178,14 @@ a.wikilist {
max-height: 70vh;
overflow: auto;
}
.notifications-textinput input {
font-family: FontAwesome, sans-serif;
}
.notifications-textinput {
padding: .75rem 0.85rem;
}
.notification-content.collapsing {
overflow: hidden;