fix layout shift caused by scrollbar

+ append search query to url (to support reload)
+ fix right sidebar search tabs bug
+ redesign the load more button on the search page
This commit is contained in:
geoffrey45
2023-01-03 19:43:52 +03:00
committed by Mungai Njoroge
parent 68f990aada
commit c1fb05e2a0
11 changed files with 67 additions and 59 deletions
+4 -5
View File
@@ -32,9 +32,7 @@ $g-border: solid 1px $gray5;
.vue-recycle-scroller {
padding-left: 1.25rem;
// padding-right: 1rem;
// margin-right: 1rem;
scrollbar-gutter: stable;
}
.r-sidebar {
@@ -62,8 +60,9 @@ $g-border: solid 1px $gray5;
.content-page {
margin-left: 1.25rem;
// margin-right: -$medium;
padding-right: 1.25rem;
margin-right: -$medium;
padding-right: $medium;
scrollbar-gutter: stable;
}
// ====== MODIFIERS =======