mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update library setup
This commit is contained in:
parent
273da03c0f
commit
99d3154872
10 changed files with 101 additions and 45 deletions
|
@ -1964,7 +1964,7 @@
|
|||
cssClass += ' groupedCard';
|
||||
}
|
||||
|
||||
if (showTitle && !options.overlayText) {
|
||||
if ((showTitle || options.showItemCounts) && !options.overlayText) {
|
||||
cssClass += ' bottomPaddedCard';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue