Files
frontend/src/app/movie-import-search-info/movie-import-search-info.component.css
Piet Ostendorp 4f5a8e9661 Add IMDb movie importer feature and unify header
Introduces a new movie importer feature allowing admins to search and import movies from IMDb, including new components for search, result display, and error handling. Replaces the schedule header with a reusable menu header component. Updates routing, navigation, and HTTP service to support the new importer. Adds a poster placeholder image and improves poster error handling.
2025-11-07 01:57:42 +01:00

5 lines
46 B
CSS

:host {
display: block;
margin: 60px 0;
}