Added easily accessible global scenes page with filters.

This commit is contained in:
2025-12-30 04:49:29 +01:00
parent 0527674333
commit f06df01e70
9 changed files with 114 additions and 14 deletions

View File

@@ -385,15 +385,15 @@ function toggleFilters(state) {
}
.filters-toggle {
min-width: 2rem;
height: 2.5rem;
min-width: 2.75rem;
height: 3rem;
display: none;
justify-content: center;
align-items: center;
padding: 0 .25rem;
position: absolute;
top: .35rem;
right: -2.5rem;
right: -3.25rem;
border-radius: 0 .5rem .5rem 0;
background: var(--background);
color: var(--glass);