mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Adjust active devices in dashboard
Added more white space inside the card to make it breathe more. Slightly reduced the playing media name size.
This commit is contained in:
parent
638d005ccf
commit
75ee6f2457
3 changed files with 10 additions and 5 deletions
|
@ -289,7 +289,7 @@ import confirm from '../../components/confirm/confirm';
|
|||
html += '<div class="sessionNowPlayingDetails">';
|
||||
const nowPlayingName = DashboardPage.getNowPlayingName(session);
|
||||
html += '<div class="sessionNowPlayingInfo" data-imgsrc="' + nowPlayingName.image + '">';
|
||||
html += nowPlayingName.html;
|
||||
html += '<span class="sessionNowPlayingName">' + nowPlayingName.html + '</span>';
|
||||
html += '</div>';
|
||||
html += '<div class="sessionNowPlayingTime">' + escapeHtml(DashboardPage.getSessionNowPlayingTime(session)) + '</div>';
|
||||
html += '</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue