Add hide and show for most searched words

This commit is contained in:
Peter Maquiran
2021-01-08 13:00:34 +01:00
parent 701973226f
commit 2414d8dc8f
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -42,6 +42,7 @@
<div class="d-flex ion-wrap word-searh-result-container">
<!-- most searched word-->
<div class="most-searched-words" *ngIf="!showDocuments">
<p class="title ion-text-center">Palavras mais pesquisadas</p>
</div>
+2 -2
View File
@@ -185,8 +185,8 @@
@media only screen and (min-width: 1024px) {
//@media only screen and (min-width: 1024px) {
// .header-main {
// background-color: #0782c9;
@@ -226,4 +226,4 @@
// }
//}
}
+1 -1
View File
@@ -67,7 +67,7 @@ export class SearchPage implements OnInit {
/**
* @param isoDate String Iso date
* @returns date in formate dd/MM/yyyy
* @returns date in format dd/MM/yyyy
* @description convert Iso date to dd/MM/yyyy
*/
formateIsoDate(isoDate:string): string{