Implements search.

This commit is contained in:
Dominik Picheta 2018-05-22 14:58:29 +01:00
commit 3e03ffe76d
9 changed files with 228 additions and 49 deletions

View file

@ -51,7 +51,6 @@ $logo-height: $navbar-height - 20px;
.search-input {
@extend .form-input;
border-color: $navbar-border-color-dark;
display: none; // TODO: Make search work and remove this.
}
.search-input:focus {
@ -292,6 +291,15 @@ $views-color: #545d70;
text-decoration: none;
}
.thread-title {
width: 100%;
a > div {
display: inline-block;
}
}
.post-username {
font-weight: bold;
display: inline-block;