1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added a-z picker to more screens

This commit is contained in:
Luke Pulverenti 2013-05-16 16:46:18 -04:00
parent 3e88762620
commit 73c8898800
8 changed files with 57 additions and 5 deletions

View file

@ -678,10 +678,10 @@ a.itemTag:hover {
.alphabetPicker {
position: fixed;
right: 0;
right: 2px;
bottom: 0;
top: 100px;
width: 25px;
width: 27px;
z-index: 1000;
text-align: center;
font-size: 13px;
@ -713,7 +713,7 @@ a.itemTag:hover {
}
.itemsContainerWithAlphaPicker {
margin-right: 25px;
margin-right: 27px;
}
}