1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-05-18 01:34:48 -04:00
parent 30d9d031ae
commit 7e3be57938
6 changed files with 16 additions and 16 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.3.42",
"_release": "1.3.42",
"version": "1.3.43",
"_release": "1.3.43",
"_resolution": {
"type": "version",
"tag": "1.3.42",
"commit": "24e9e6db9a792ad0860bfe074b2b50fabfd00d85"
"tag": "1.3.43",
"commit": "201076c748374aa6fed4be70ec43198099854aa8"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -9,8 +9,8 @@
<h1 class="itemName dialogContentTitle"></h1>
<p class="itemEpisodeName"></p>
<p class="itemMiscInfoPrimary" style="display: flex; align-items: center;"></p>
<p class="itemMiscInfoSecondary" style="display: flex; align-items: center;"></p>
<p class="itemMiscInfoPrimary" style="display: flex; align-items: center; flex-wrap: wrap;"></p>
<p class="itemMiscInfoSecondary" style="display: flex; align-items: center; flex-wrap: wrap;"></p>
<div id="eligibleForSeriesFields" class="hide">
<br />

View file

@ -15,8 +15,8 @@
<div class="dialogContentInner centeredContent">
<h1 class="itemName dialogContentTitle"></h1>
<p class="itemEpisodeName"></p>
<p class="itemMiscInfoPrimary" style="display: flex; align-items: center;"></p>
<p class="itemMiscInfoSecondary" style="display: flex; align-items: center;"></p>
<p class="itemMiscInfoPrimary" style="display: flex; align-items: center; flex-wrap: wrap;"></p>
<p class="itemMiscInfoSecondary" style="display: flex; align-items: center; flex-wrap: wrap;"></p>
<p class="itemGenres"></p>
<p class="itemOverview"></p>