mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-04 08:30:34 +00:00
Make more tracks visible at once
This commit is contained in:
parent
e8da6a1dfd
commit
71785e47ef
1 changed files with 11 additions and 0 deletions
11
netflix.css
11
netflix.css
|
@ -12,3 +12,14 @@ div[data-uia="selector-audio-subtitle"] > div {
|
||||||
div[data-uia="selector-audio-subtitle"] > div > ul {
|
div[data-uia="selector-audio-subtitle"] > div > ul {
|
||||||
overflow-y: auto;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue