mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update alpha picker
This commit is contained in:
parent
d8cde41200
commit
581b0f9533
@ -26,7 +26,7 @@ button.alphaPickerButton {
|
||||
}
|
||||
|
||||
.vertical .alphaPickerButton {
|
||||
padding: .25em .4em !important;
|
||||
padding: .25em .3em !important;
|
||||
}
|
||||
|
||||
.layout-desktop .alphaPickerButton {
|
||||
|
@ -460,7 +460,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.detailFloatingButton {
|
||||
right: 15px!important;
|
||||
right: 15px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1015,7 +1015,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
|
||||
.alphabetPicker {
|
||||
position: fixed;
|
||||
right: 5px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 999;
|
||||
text-align: center;
|
||||
@ -1120,6 +1120,30 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 650px) {
|
||||
|
||||
.vertical.alphabetPicker .alphaPickerButton {
|
||||
padding-top: 2px!important;
|
||||
padding-bottom: 2px!important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 600px) {
|
||||
|
||||
.vertical.alphabetPicker .alphaPickerButton {
|
||||
padding-top: 1px !important;
|
||||
padding-bottom: 1px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 550px) {
|
||||
|
||||
.vertical.alphabetPicker .alphaPickerButton {
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 900px) {
|
||||
|
||||
.alphabetPicker {
|
||||
|
@ -1,8 +1,4 @@
|
||||
paper-tab, paper-tab a {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton {
|
||||
.libraryViewNav .pageTabButton {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user