mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
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:
committed by
Mungai Njoroge
parent
68f990aada
commit
c1fb05e2a0
@@ -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 =======
|
||||
|
||||
Reference in New Issue
Block a user