Skip to content

Commit

Permalink
filter title info popups
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Jun 15, 2024
1 parent 1ccb09d commit 9db103c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/main/components/components.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "cards/cards";
@use "footer/footer";
@use "menu/menu";
@use "popups/title-info";
@use "titlebar/titlebar";
16 changes: 16 additions & 0 deletions theme/main/components/popups/title-info.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.ipc-promptable-base__panel {
.ipc-promptable-base__content {
& > div {
padding-bottom: 0;

// credits/episode no/year
& > div:is(:has(> .ipc-expandableSection), :has(> .character-summary-episodic-credit)) {
display: none;
}
// hide streaming services
& > div:has(> div:has-text(/STREAMING/i)) {
display: none;
}
}
}
}

0 comments on commit 9db103c

Please sign in to comment.