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

Fix details page ribbon position in TV layout

This commit is contained in:
MrTimscampi 2020-02-15 22:23:40 +01:00
parent a47214bbb9
commit 52ad0febe0
3 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,7 @@
- [Daniel Hartung](https://github.com/dhartung)
- [Ryan Hartzell](https://github.com/ryan-hartzell)
- [Thibault Nocchi](https://github.com/ThibaultNocchi)
- [MrTimscampi](https://github.com/MrTimscampi)
# Emby Contributors

View file

@ -522,6 +522,7 @@
.layout-tv .detailPagePrimaryContainer {
position: relative;
top: 0;
}
.detailSticky {

View file

@ -1486,8 +1486,6 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
}
function getDefaultText(item, options) {
console.debug("Getting icon for " + item.Type);
if (item.CollectionType) {
return '<i class="cardImageIcon material-icons">' + imageHelper.getLibraryIcon(item.CollectionType) + '</i>'
}