Implements search.
This commit is contained in:
parent
705f212118
commit
3e03ffe76d
9 changed files with 228 additions and 49 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue