bootstrap seems to heavy for this - use custom css

This commit is contained in:
Mario Vavti
2018-01-19 12:18:59 +01:00
parent ecd161d678
commit 66e1e5b1b6
2 changed files with 11 additions and 7 deletions

View File

@@ -178,15 +178,23 @@ a.wikilist {
max-height: 70vh;
overflow: auto;
}
.notifications-textinput input {
font-family: FontAwesome, sans-serif;
}
.notifications-textinput {
padding: .75rem 0.85rem;
}
.notifications-textinput-clear {
padding: .5rem;
position: absolute;
top: 0.5rem;
right: 1rem;
cursor: pointer;
}
.notification-content.collapsing {
overflow: hidden;
}