mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Cleanup CSS
This commit is contained in:
parent
83c4bf8d62
commit
d916bc19f8
2 changed files with 1 additions and 3 deletions
|
@ -671,7 +671,7 @@
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailimg-hidemobile {
|
.layout-mobile .detailImageContainer {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -712,8 +712,6 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderDetailImage(elem, item, imageLoader) {
|
function renderDetailImage(elem, item, imageLoader) {
|
||||||
elem.classList.add('detailimg-hidemobile');
|
|
||||||
|
|
||||||
const itemArray = [];
|
const itemArray = [];
|
||||||
itemArray.push(item);
|
itemArray.push(item);
|
||||||
const cardHtml = cardBuilder.getCardsHtml(itemArray, {
|
const cardHtml = cardBuilder.getCardsHtml(itemArray, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue