Make inactive icon larger on library/user page

This commit is contained in:
JonnyWong16 2020-04-10 14:41:14 -07:00
commit 752c7badd2
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ DOCUMENTATION :: END
<div class="user-info-poster-face" style="background-image: url(${data['user_thumb']});">
% if not data['is_active']:
<span class="inactive-user-tooltip" data-toggle="tooltip" title="User not on Plex server">
<i class="fa fa-lg fa-exclamation-triangle"></i>
<i class="fa fa-2x fa-exclamation-triangle"></i>
</span>
% endif
</div>