fix: fixed save preset bug

This commit is contained in:
James Craddock-Jones 2019-11-07 23:16:45 +00:00
parent ca1bb86e76
commit 1002880af7
2 changed files with 2 additions and 1 deletions

View File

@ -134,6 +134,7 @@
}
#modal-import-preset div,
#modal-new-preset div,
#modal-export-preset div {
background-color: #333;
}

View File

@ -187,7 +187,7 @@
</ul>
<!-- Add a preset modal -->
<div id=" modal-new-preset" uk-modal>
<div id="modal-new-preset" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<h2 class="uk-modal-title">Save current settings to preset</h2>
<p>The current settings will be saved to a new preset. Give it a name then you'll be able to reapply it fastly from the preset tab.</p>