UX: fix color scheme setting reset position (#21365)

This commit is contained in:
Kris 2023-05-03 13:37:23 -04:00 committed by GitHub
parent 856755a383
commit 4f306cf88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View File

@ -64,6 +64,7 @@
</div> </div>
</div> </div>
{{/if}} {{/if}}
</div>
{{#if this.previewingColorScheme}} {{#if this.previewingColorScheme}}
{{#if this.previewingColorScheme}} {{#if this.previewingColorScheme}}
<DButton <DButton
@ -80,7 +81,6 @@
/> />
</div> </div>
{{/if}} {{/if}}
</div>
{{#if this.showDarkColorSchemeSelector}} {{#if this.showDarkColorSchemeSelector}}
<div class="instructions"> <div class="instructions">
{{i18n "user.color_schemes.dark_instructions"}} {{i18n "user.color_schemes.dark_instructions"}}

View File

@ -641,7 +641,7 @@
} }
.undo-preview { .undo-preview {
margin-bottom: 1em; margin: 1em 0;
} }
.save-button { .save-button {