Skip to content

Commit

Permalink
Noop - testing a couple things.
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Jan 31, 2018
1 parent a433019 commit c4de6b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"short_name": "Forsta",
"name": "Forsta Messenger",
"short_name": "Forsta",
"background_color": "black",
"theme_color": "black",
"background_color": "white",
"theme_color": "white",
"description": "Forsta secure messaging application",
"start_url": "/@",
"display": "standalone",
Expand Down
4 changes: 0 additions & 4 deletions stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1346,10 +1346,6 @@ html:not(.f-coarse-pointer) body nav > .ui.segment .f-nav-view:not(.dropzone) .f
.f-search-menu {
display: none !important;
}

.f-search-menu {
display: none;
}
}

main > section #f-thread-stack .thread aside {
Expand Down
2 changes: 1 addition & 1 deletion templates/views/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="item">
<div class="ui input icon">
<input class="f-search" type="text"
placeholder="Keywords, Tags, Dates, Topics..."></input>
placeholder="Search messages, contacts, etc..."></input>
<i class="icon link search blue"></i>
</div>
</div>
Expand Down

0 comments on commit c4de6b4

Please sign in to comment.