Skip to content

Commit

Permalink
Make more tracks visible at once
Browse files Browse the repository at this point in the history
  • Loading branch information
shirt-dev committed Sep 20, 2021
1 parent e8da6a1 commit 71785e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions netflix.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ div[data-uia="selector-audio-subtitle"] > div {
div[data-uia="selector-audio-subtitle"] > div > ul {
overflow-y: auto;
}

/* Make more tracks visible at once */

div[data-uia="selector-audio-subtitle"] > div > h3 {
padding-bottom: 0.75rem;
}

div[data-uia="selector-audio-subtitle"] > div > ul > li {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

0 comments on commit 71785e4

Please sign in to comment.