mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adjust padding
This commit is contained in:
parent
aa36e649a1
commit
aebb7fd2d6
2 changed files with 1 additions and 2 deletions
|
@ -290,7 +290,7 @@
|
||||||
var template = this.response;
|
var template = this.response;
|
||||||
var dlg = paperDialogHelper.createDialog({
|
var dlg = paperDialogHelper.createDialog({
|
||||||
removeOnClose: true,
|
removeOnClose: true,
|
||||||
theme: 'b'
|
size: 'small'
|
||||||
});
|
});
|
||||||
|
|
||||||
dlg.classList.add('formDialog');
|
dlg.classList.add('formDialog');
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
<paper-checkbox id="chkAllChannels">${OptionRecordOnAllChannels}</paper-checkbox>
|
<paper-checkbox id="chkAllChannels">${OptionRecordOnAllChannels}</paper-checkbox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="advancedToggle hide">
|
<div class="advancedToggle hide">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue