Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/features/chuni/ChuniV2SongListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const RELEASES = [
['v2 2.20.00', 'LUMINOUS'],
['v2 2.25.00', 'LUMINOUS PLUS'],
['v2 2.30.00', 'VERSE'],
['v2 2.40.00', 'X-VERSE'],
['v2 2.45.00', 'X-VERSE-X'],
['v2 2.50.00', 'MATE'],
] as const;

const GENRES = [
Expand Down
6 changes: 6 additions & 0 deletions src/features/ongeki/song-list.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/* 等价旧版 ongeki-song-list.component.css */
.ongeki-song-list-page .input-container {
/* Liquefy's backdrop-filter creates a stacking context on both the input
container and cards. Lift the container so its suggestions cover cards. */
z-index: 3;
}

.ongeki-song-list-page .input-container:focus-within{
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
Expand Down
Loading