Skip to content

Commit

Permalink
rm watchlist desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Jun 2, 2024
1 parent f84d6f9 commit 815088e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/main/pages/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
@use "list/list";
@use "movies/movies";
@use "search/search";
@use "watchlist/watchlist";
@use "what-to-watch/what-to-watch";
7 changes: 7 additions & 0 deletions theme/main/pages/watchlist/watchlist.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// remove watchlist, ratings page description
div[data-testid="list-author-and-metrics"] > :not(:first-child) {
display: none;
}
div[data-testid="list-author-and-metrics"]:has(+ .list-description.editable-trigger) > :first-child {
margin-bottom: 1.5rem;
}

0 comments on commit 815088e

Please sign in to comment.