mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv screens
This commit is contained in:
parent
c5df20e53c
commit
fb7730efd3
15 changed files with 77 additions and 57 deletions
|
@ -14,12 +14,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.299",
|
||||
"_release": "1.4.299",
|
||||
"version": "1.4.301",
|
||||
"_release": "1.4.301",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.299",
|
||||
"commit": "7e708cf27aa74f7f0d0aaa30d95d3e1f09b71ce3"
|
||||
"tag": "1.4.301",
|
||||
"commit": "641d27d968fc4dfd461f74b208f51905bab1926b"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.1",
|
||||
|
|
|
@ -356,8 +356,9 @@ button {
|
|||
right: 0;
|
||||
margin: 0 .35em .5em 0;
|
||||
z-index: 1;
|
||||
padding: 6px;
|
||||
/*opacity: 0;
|
||||
transition: opacity 0.5s ease-in; /* vendorless fallback */ */;
|
||||
transition: opacity 0.5s ease-in; */
|
||||
}
|
||||
|
||||
/*.card:hover .cardOverlayButton {
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
background: transparent;
|
||||
box-shadow: none;
|
||||
text-transform: uppercase;
|
||||
color: #52B54B;
|
||||
}
|
||||
|
||||
.emby-button > i {
|
||||
|
@ -151,8 +150,8 @@
|
|||
}
|
||||
|
||||
.paper-icon-button-light > i {
|
||||
width: auto;
|
||||
height: auto;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
font-size: 1.6em;
|
||||
/* Make sure its on top of the ripple */
|
||||
position: relative;
|
||||
|
|
|
@ -157,7 +157,7 @@ define(['datetime', 'globalize', 'embyRouter', 'itemHelper', 'material-icons', '
|
|||
if (options.year !== false && item.ProductionYear && item.Type == "Series") {
|
||||
|
||||
if (item.Status == "Continuing") {
|
||||
miscInfo.push(globalize.translate('sharedcomponents#ValueSeriesYearToPresent', item.ProductionYear));
|
||||
miscInfo.push(globalize.translate('sharedcomponents#SeriesYearToPresent', item.ProductionYear));
|
||||
|
||||
}
|
||||
else if (item.ProductionYear) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue