ref: instead of filtering(slow) show all categories in the scroll box, scroll to category on type; change default window size

This commit is contained in:
2026-02-28 15:45:45 +03:00
parent 6922724fa0
commit 6c112c41e7
5 changed files with 274 additions and 42 deletions
+5
View File
@@ -53,3 +53,8 @@ wallpaper-bg > * {
border-radius: 14px;
padding: 8px;
}
.chip-active {
background-color: rgba(255, 255, 255, 0.25);
border-radius: 8px;
}