mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
further improve last fm images
This commit is contained in:
parent
f6fc46bb33
commit
b7d236b9e4
2 changed files with 1 additions and 5 deletions
|
@ -326,10 +326,6 @@ a.itemTag:hover {
|
||||||
height: 230px;
|
height: 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemBackdropContent p:not(.itemOverview) {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lnkSibling {
|
.lnkSibling {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 240px;
|
bottom: 240px;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
// The base query options
|
// The base query options
|
||||||
var query = {
|
var query = {
|
||||||
|
|
||||||
SortBy: "SortName",
|
SortBy: "AlbumArtist,SortName",
|
||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
IncludeItemTypes: "MusicAlbum",
|
IncludeItemTypes: "MusicAlbum",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue