mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Minimize black line on some catalog images
This commit is contained in:
parent
6bca66191f
commit
cf12832d35
2 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@
|
|||
}
|
||||
|
||||
.storePosterItem .posterItemImage {
|
||||
height: 108px;
|
||||
height: 110px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -208,7 +208,7 @@
|
|||
}
|
||||
|
||||
.storePosterItem .posterItemImage {
|
||||
height: 152px;
|
||||
height: 154px;
|
||||
}
|
||||
|
||||
.posterItemStoreText {
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
var href = plugin.externalUrl ? plugin.externalUrl : "addPlugin.html?name=" + encodeURIComponent(plugin.name) + "&guid=" + plugin.guid;
|
||||
var target = plugin.externalUrl ? ' target="_blank"' : '';
|
||||
|
||||
html += "<div class='storeItem'><a class='posterItem storePosterItem borderlessPosterItem' style='background: #D4D4D4!important' href='" + href + "' " + target + ">";
|
||||
html += "<div class='storeItem'><a class='posterItem storePosterItem transparentPosterItem borderlessPosterItem' style='background: #D4D4D4!important' href='" + href + "' " + target + ">";
|
||||
|
||||
if (plugin.thumbImage) {
|
||||
html += '<div class="posterItemImage" style="background-image:url(\'' + plugin.thumbImage + '\');background-size:cover;"></div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue