fix: ensure HTML response for search and fix player container
- Added html=1 parameter support to router_anime.py for guaranteed HTML fragments - Added missing #player-container to index.html for HTMX interactions - Cleaned up legacy CSS .active classes interfering with Alpine.js x-show
This commit is contained in:
@@ -172,11 +172,7 @@
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
/* Managed by Alpine.js x-show */
|
||||
}
|
||||
|
||||
.tab-content.active {
|
||||
display: block;
|
||||
/* Handled by Alpine.js x-show */
|
||||
}
|
||||
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user