mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fixed height recently added row when empty
This commit is contained in:
parent
2d7fb82dd6
commit
4fa5fb909c
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ DOCUMENTATION :: END
|
|||
</div>
|
||||
</div>
|
||||
% else:
|
||||
<div id="dashboard-no-recently-added" class="text-muted">No recently added items.</div>
|
||||
<div id="dashboard-no-recently-added" class="text-muted" style="height: 288px; margin-bottom: 25px;">No recently added items.</div>
|
||||
% endif
|
||||
% else:
|
||||
<div class="text-muted">There was an error communicating with your Plex Server.</div><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue