Skip to content

Commit

Permalink
better compact list view
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Jun 2, 2024
1 parent 815088e commit 0c50b0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/main/pages/list/list.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
@use "most-popular-movies";
@use "top250";

ul.compact-list-view {
// compact view list item
.ipc-metadata-list-summary-item {
padding-top: 20px;
padding-bottom: 20px;
}

// compact view list poster element
li.ipc-metadata-list-summary-item > :first-child {
margin-right: 1rem;
width: 7rem;
}
}

// sidebar in list page => create new list/tell your friends/feedback/your list
#content-2-wide:not([class]) #sidebar > div:not(.list-activity-widget) {
display: none;
Expand Down

0 comments on commit 0c50b0a

Please sign in to comment.