Improve search page

This commit is contained in:
2021-02-08 12:27:45 +01:00
parent 3e09cb0b66
commit 8dedc4eb94
9 changed files with 1289 additions and 12 deletions
+2 -7
View File
@@ -95,13 +95,8 @@
<!-- most searched word-->
<div class="most-searched-words" *ngIf="!showDocuments">
<p class="title ion-text-center">Palavras mais pesquisadas</p>
<div>
<angular-tag-cloud class="world-cloud"
[data]="data"
[width]=width
[height]=height
[overflow]=true>
</angular-tag-cloud>
<div class="most-searched-word-container">
123
</div>
</div>