mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use shared alpha picker
This commit is contained in:
parent
0f7541beda
commit
d8cde41200
26 changed files with 444 additions and 331 deletions
|
@ -1088,11 +1088,14 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
padding-top: 1px;
|
||||
}
|
||||
|
||||
@media all and (min-height: 480px) {
|
||||
@media all and (max-height: 480px) {
|
||||
|
||||
.alphabetPicker {
|
||||
display: block;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 480px) {
|
||||
|
||||
.itemsContainerWithAlphaPicker {
|
||||
margin-right: 20px;
|
||||
|
@ -1117,38 +1120,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 600px) {
|
||||
|
||||
.alphabetPicker a {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 650px) {
|
||||
|
||||
.alphabetPicker a {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 700px) {
|
||||
|
||||
.alphabetPicker a {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 750px) {
|
||||
|
||||
.alphabetPicker a {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 900px) {
|
||||
|
||||
.alphabetPicker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue