mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Fix season info page episode picture dimensions
This commit is contained in:
parent
79757da2b1
commit
ba5fd4b9d3
2 changed files with 7 additions and 8 deletions
|
@ -802,9 +802,9 @@ input[type="color"],
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 20px;
|
margin-left: 25px;
|
||||||
width: 174px;
|
width: 150px;
|
||||||
height: 260px;
|
height: 225px;
|
||||||
}
|
}
|
||||||
.summary-content-poster a:hover .poster-face {
|
.summary-content-poster a:hover .poster-face {
|
||||||
webkit-box-shadow: inset 0 0 0 2px #e9a049;
|
webkit-box-shadow: inset 0 0 0 2px #e9a049;
|
||||||
|
@ -840,7 +840,6 @@ input[type="color"],
|
||||||
-ms-backface-visibility: hidden;
|
-ms-backface-visibility: hidden;
|
||||||
-o-backface-visibility: hidden;
|
-o-backface-visibility: hidden;
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
border: 1px solid rgba(128, 128, 128, 0.3);
|
|
||||||
}
|
}
|
||||||
.summary-content {
|
.summary-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -1060,10 +1059,10 @@ input[type="color"],
|
||||||
.season-episodes-poster-face img {
|
.season-episodes-poster-face img {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 205px;
|
width: 250px;
|
||||||
height: 115px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
.season-episodes-poster-face img:hover {
|
.season-episodes-poster-face img:hover {
|
||||||
webkit-box-shadow: 0 0 0 2px #F9AA03;
|
webkit-box-shadow: 0 0 0 2px #F9AA03;
|
||||||
-moz-box-shadow: 0 0 0 2px #F9AA03;
|
-moz-box-shadow: 0 0 0 2px #F9AA03;
|
||||||
box-shadow: 0 0 0 2px #F9AA03;
|
box-shadow: 0 0 0 2px #F9AA03;
|
||||||
|
|
|
@ -32,7 +32,7 @@ DOCUMENTATION :: END
|
||||||
<li>
|
<li>
|
||||||
<a href="info?item_id=${a['rating_key']}">
|
<a href="info?item_id=${a['rating_key']}">
|
||||||
<div class="season-episodes-poster">
|
<div class="season-episodes-poster">
|
||||||
<div class="season-episodes-poster-face" style="background-image: url(pms_image_proxy?img=${a['thumb']}&width=410&height=230);">
|
<div class="season-episodes-poster-face" style="background-image: url(pms_image_proxy?img=${a['thumb']}&width=250&height=140);">
|
||||||
<div class="season-episodes-card-overlay">
|
<div class="season-episodes-card-overlay">
|
||||||
<div class="season-episodes-season">
|
<div class="season-episodes-season">
|
||||||
Episode ${a['index']}
|
Episode ${a['index']}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue