update alpha picker
This commit is contained in:
parent
d8cde41200
commit
581b0f9533
3 changed files with 28 additions and 8 deletions
|
@ -26,7 +26,7 @@ button.alphaPickerButton {
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical .alphaPickerButton {
|
.vertical .alphaPickerButton {
|
||||||
padding: .25em .4em !important;
|
padding: .25em .3em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .alphaPickerButton {
|
.layout-desktop .alphaPickerButton {
|
||||||
|
|
|
@ -460,7 +460,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||||
@media all and (max-width: 600px) {
|
@media all and (max-width: 600px) {
|
||||||
|
|
||||||
.detailFloatingButton {
|
.detailFloatingButton {
|
||||||
right: 15px!important;
|
right: 15px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1015,7 +1015,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||||
|
|
||||||
.alphabetPicker {
|
.alphabetPicker {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 5px;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
text-align: center;
|
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) {
|
@media all and (min-height: 900px) {
|
||||||
|
|
||||||
.alphabetPicker {
|
.alphabetPicker {
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
paper-tab, paper-tab a {
|
.libraryViewNav .pageTabButton {
|
||||||
font-weight: bold !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.libraryViewNav .pageTabButton {
|
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue