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:
parent
a47214bbb9
commit
52ad0febe0
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -522,6 +522,7 @@
|
|||
|
||||
.layout-tv .detailPagePrimaryContainer {
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.detailSticky {
|
||||
|
|
|
@ -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>'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue