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:
parent
fa7d8bf4da
commit
1ca4a99605
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
||||||
<span>${ButtonManualLogin}</span>
|
<span>${ButtonManualLogin}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button is="emby-button" type="button" class="raised cancel block btnQuick">
|
<button is="emby-button" type="button" class="raised cancel block btnQuick">
|
||||||
<span>${ButtonUseQuickConnect}</span>
|
<span>${ButtonUseQuickConnect}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue