Improve search page

This commit is contained in:
Peter
2021-02-12 16:56:26 +01:00
parent 6693e982ad
commit edb5957cb2
2048 changed files with 65 additions and 1116650 deletions
+30 -30
View File
@@ -210,42 +210,42 @@ ion-slide{
@media only screen and (min-width: 1024px) {
// .header-main {
// background-color: #0782c9;
// .profile{
// display: inline-block;
// }
// .icon-most-searched-word-open{
// display: none !important;
// }
// }
.header-main {
background-color: #0782c9;
.profile{
display: inline-block;
}
.icon-most-searched-word-open{
display: none !important;
}
}
// .options{
// .container{
// border-bottom: 1px solid #ebebeb;
// .icon{
// display: flex;
// }
// }
// padding: 0px 20px;
// }
.options{
.container{
border-bottom: 1px solid #ebebeb;
.icon{
display: flex;
}
}
padding: 0px 20px;
}
// .search-result{
// border-left: 1px solid #d8d8d8;
// .header{
// border-top: unset !important;
// }
// }
.search-result{
border-left: 1px solid #d8d8d8;
.header{
border-top: unset !important;
}
}
// .most-searched-words{
// width: 400px !important;
// }
.most-searched-words{
width: 400px !important;
}
// .word-searh-result-container{
// flex-wrap: wrap;
// }
.word-searh-result-container{
flex-wrap: wrap;
}
}