Remove max-height and sticky sidebar section headers

This commit is contained in:
WithoutPants 2025-10-30 13:22:32 +11:00 committed by spaceyuck
parent 83a5af2738
commit 91ec37baf2
2 changed files with 8 additions and 4 deletions

View file

@ -213,6 +213,10 @@ input[type="range"].zoom-slider {
}
}
.sidebar-saved-filter-list-container .saved-filter-list {
max-height: unset;
}
.sidebar-saved-filter-list-container .toolbar {
align-items: center;
display: flex;
@ -611,8 +615,6 @@ input[type="range"].zoom-slider {
.sidebar-list-filter ul {
list-style-type: none;
margin-bottom: 0.25rem;
max-height: 300px;
overflow-y: auto;
// to prevent unnecessary vertical scrollbar
padding-bottom: 0.15rem;
padding-inline-start: 0;

View file

@ -859,9 +859,11 @@ button.btn.favorite-button {
border-bottom: 1px solid $secondary;
.collapse-header {
// background-color: $secondary;
background-color: $body-bg;
padding: 0.25rem;
position: sticky;
top: -0.5rem;
z-index: 1;
.collapse-button {
font-weight: bold;