mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync settings
This commit is contained in:
parent
1f35078440
commit
9ea4a29401
4 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
[is=emby-collapse] {
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.collapseContent {
|
||||
border-width: 0 1px 1px 1px;
|
||||
padding: 1em 1.25em;
|
||||
|
@ -16,7 +20,7 @@
|
|||
|
||||
.emby-collapse-expandIcon {
|
||||
transform-origin: 50% 50%;
|
||||
transition: transform 350ms ease-out;
|
||||
transition: transform 180ms ease-out;
|
||||
}
|
||||
|
||||
.emby-collapse-expandIcon.expanded {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<div class="inputContainer fldSyncPath hide">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div style="flex-grow:1;">
|
||||
<input is="emby-input" id="txtSyncPath" class="txtSyncPath" label="${LabelSyncPath}" autocomplete="off" />
|
||||
<input is="emby-input" id="txtSyncPath" class="txtSyncPath" label="${LabelSyncPath}" autocomplete="off" readonly />
|
||||
</div>
|
||||
<button type="button" is="paper-icon-button-light" id="btnSelectSyncPath" class="autoSize">
|
||||
<i class="md-icon">search</i>
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
var homeHref = window.ApiClient ? 'home.html' : 'selectserver.html?showuser=1';
|
||||
|
||||
html += '<a class="lnkMediaFolder sidebarLink" href="' + homeHref + '" onclick="return LibraryMenu.onLinkClicked(event, this);">';
|
||||
html += '<div style="background-image:url(\'css/images/mblogoicon.png\');width:' + 28 + 'px;height:' + 28 + 'px;background-size:contain;background-repeat:no-repeat;background-position:center center;border-radius:1000px;vertical-align:middle;margin:0 1.6em 0 1.5em;display:inline-block;"></div>';
|
||||
html += '<div style="background-image:url(\'css/images/mblogoicon.png\');width:' + 28 + 'px;height:' + 28 + 'px;background-size:contain;background-repeat:no-repeat;background-position:center center;border-radius:1000px;vertical-align:middle;margin:0 1.85em 0 1.55em;display:inline-block;"></div>';
|
||||
html += Globalize.translate('ButtonHome');
|
||||
html += '</a>';
|
||||
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
} else {
|
||||
view.querySelector('.localSyncStatus').classList.add('hide');
|
||||
loading.hide();
|
||||
}
|
||||
|
||||
view.addEventListener('viewbeforeshow', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue