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 {
|
||||
width: 10%;
|
||||
width: 12.5%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
|
@ -389,6 +389,10 @@
|
|||
width: 10%;
|
||||
}
|
||||
|
||||
.portraitCard {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 10%;
|
||||
}
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.viewMenuSearch {
|
||||
display: inline-block;
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<li>
|
||||
<label for="txtCertificatePath">${LabelCustomCertificatePath}</label>
|
||||
<div style="display: inline-block; width: 92%;">
|
||||
<input type="text" id="txtCertificatePath" required="required" />
|
||||
<input type="text" id="txtCertificatePath" />
|
||||
</div>
|
||||
<button id="btnSelectCertPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
||||
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
html = LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
shape: "smallBackdrop",
|
||||
shape: "backdrop",
|
||||
showTitle: true,
|
||||
centerText: true,
|
||||
preferBackdrop: true,
|
||||
|
|
|
@ -479,7 +479,7 @@
|
|||
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue