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

apply suggustiion

This commit is contained in:
grafixeyehero 2020-01-26 00:20:01 +03:00
parent f3426a97a1
commit a9ca46b6d8

View file

@ -169,6 +169,7 @@ define(["loading", "layoutManager", "userSettings", "events", "libraryBrowser",
valueChangeEvent: "click" valueChangeEvent: "click"
}); });
tabContent.querySelector(".alphaPicker").classList.add("alphabetPicker-right");
alphaPickerElement.classList.add("alphaPicker-fixed-right"); alphaPickerElement.classList.add("alphaPicker-fixed-right");
itemsContainer.classList.add("padded-right-withalphapicker"); itemsContainer.classList.add("padded-right-withalphapicker");
} }