Skip to content

Commit

Permalink
fix ratings page export button
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Jun 4, 2024
1 parent a62b131 commit b2f7b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/main/pages/movies/movies.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
// just below titlebar => cast & crew, user reviews, trivia, faq, imdb pro, all topics, share etc...
.ipc-page-section {
div:has(> div[data-testid="hero-subnav-bar-left-block"]),
div:has(> div[data-testid="hero-subnav-bar-right-block"]:not(:has(> .ipc-responsive-button[data-testid="hero-list-subnav-edit-button"]))) {
div:has(> div[data-testid="hero-subnav-bar-right-block"]:not(:has(> div[data-testid="hero-list-subnav-export-button"]))) {
visibility: hidden !important;
height: 20px !important;
}
Expand Down

0 comments on commit b2f7b47

Please sign in to comment.