- Switched the arrow colors for spent/unspent utxos

- Collapse dropdown on search (mobile)
This commit is contained in:
softsimon
2020-04-14 15:35:20 +07:00
parent e02924e8dd
commit 9025d4dd54
3 changed files with 9 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
<a class="nav-link" routerLink="/contributors" (click)="collapse()">Contributors</a>
</li>
</ul>
<app-search-form location="top"></app-search-form>
<app-search-form location="top" (searchTriggered)="collapse()"></app-search-form>
</div>
</nav>
</header>