fix loadmore counter not resetting

- store load more counter in search store
This commit is contained in:
geoffrey45
2022-06-11 10:01:16 +03:00
parent 75123f5384
commit 191ac0bc7b
9 changed files with 47 additions and 27 deletions
+3 -4
View File
@@ -21,8 +21,6 @@ body {
image-rendering: -webkit-optimize-contrast;
}
.heading {
font-size: 2rem;
font-weight: bold;
@@ -87,9 +85,10 @@ a {
}
}
.gsearch-input {
#gsearch-input {
grid-area: search-input;
border-left: solid 1px $gray3;
// border-left: solid 1px $gray3;
// border-bottom: 1px solid $gray3;
}
.topnav {