Merge branch 'dev' into oauth2

This commit is contained in:
Andrew Manning
2018-02-26 18:19:08 -05:00
813 changed files with 4540 additions and 141025 deletions

View File

@@ -179,14 +179,14 @@ a.wikilist {
overflow: auto;
}
.notifications-textinput input {
font-family: FontAwesome, sans-serif;
}
.notifications-textinput {
padding: .75rem 0.85rem;
}
.notifications-textinput input {
padding-left: 1.75rem;
}
.notifications-textinput-clear {
padding: .5rem;
line-height: 1;
@@ -196,6 +196,14 @@ a.wikilist {
cursor: pointer;
}
.notifications-textinput-filter {
padding: .5rem;
line-height: 1;
position: absolute;
top: .75rem;
left: 0.75rem;
}
.notification-content.collapsing {
overflow: hidden;
}