mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update naming project
This commit is contained in:
parent
5707002970
commit
86ced8bc12
5 changed files with 9 additions and 5 deletions
|
@ -374,7 +374,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.portraitCard {
|
.portraitCard {
|
||||||
width: 10%;
|
width: 12.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smallBackdropCard {
|
.smallBackdropCard {
|
||||||
|
@ -389,6 +389,10 @@
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portraitCard {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
.smallBackdropCard {
|
.smallBackdropCard {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 800px) {
|
@media all and (min-width: 1200px) {
|
||||||
|
|
||||||
.viewMenuSearch {
|
.viewMenuSearch {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
<li>
|
<li>
|
||||||
<label for="txtCertificatePath">${LabelCustomCertificatePath}</label>
|
<label for="txtCertificatePath">${LabelCustomCertificatePath}</label>
|
||||||
<div style="display: inline-block; width: 92%;">
|
<div style="display: inline-block; width: 92%;">
|
||||||
<input type="text" id="txtCertificatePath" required="required" />
|
<input type="text" id="txtCertificatePath" />
|
||||||
</div>
|
</div>
|
||||||
<button id="btnSelectCertPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
<button id="btnSelectCertPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
||||||
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
html = LibraryBrowser.getPosterViewHtml({
|
html = LibraryBrowser.getPosterViewHtml({
|
||||||
items: result.Items,
|
items: result.Items,
|
||||||
shape: "smallBackdrop",
|
shape: "backdrop",
|
||||||
showTitle: true,
|
showTitle: true,
|
||||||
centerText: true,
|
centerText: true,
|
||||||
preferBackdrop: true,
|
preferBackdrop: true,
|
||||||
|
|
|
@ -479,7 +479,7 @@
|
||||||
|
|
||||||
supportsAddingToCollection: function (item) {
|
supportsAddingToCollection: function (item) {
|
||||||
|
|
||||||
var invalidTypes = ['Person', 'Genre', 'MusicGenre', 'Studio', 'GameGenre', 'BoxSet', 'Playlist', 'UserView', 'CollectionFolder'];
|
var invalidTypes = ['Person', 'Genre', 'MusicGenre', 'Studio', 'GameGenre', 'BoxSet', 'Playlist', 'UserView', 'CollectionFolder', 'Audio', 'Episode'];
|
||||||
|
|
||||||
return item.LocationType == 'FileSystem' && !item.CollectionType && invalidTypes.indexOf(item.Type) == -1;
|
return item.LocationType == 'FileSystem' && !item.CollectionType && invalidTypes.indexOf(item.Type) == -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue