1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

minor style changes

This commit is contained in:
dkanada 2020-09-15 15:03:06 +09:00 committed by GitHub
parent fa7d8bf4da
commit 1ca4a99605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
</div> </div>
</div> </div>
${LabelCurrentStatus} <span id="quickConnectStatus"></span> <div>${LabelCurrentStatus}<span id="quickConnectStatus" style="padding:0 0.4em;"></span></div>
<div class="checkboxList paperList" style="padding:.5em 1em;"> <div class="checkboxList paperList" style="padding:.5em 1em;">
<label> <label>

View file

@ -407,7 +407,7 @@ import 'flexStyles';
links.push({ links.push({
name: globalize.translate('QuickConnect'), name: globalize.translate('QuickConnect'),
href: 'quickConnect.html', href: 'quickConnect.html',
pageIds: ['quickConnectPage', 'quickConnectPage'], pageIds: ['quickConnectPage'],
icon: 'tap_and_play' icon: 'tap_and_play'
}); });
links.push({ links.push({