mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
fix loadmore counter not resetting
- store load more counter in search store
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user