UX: fix color scheme setting reset position (#21365)
This commit is contained in:
parent
856755a383
commit
4f306cf88f
|
@ -64,6 +64,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if this.previewingColorScheme}}
|
||||
{{#if this.previewingColorScheme}}
|
||||
<DButton
|
||||
|
@ -80,7 +81,6 @@
|
|||
/>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if this.showDarkColorSchemeSelector}}
|
||||
<div class="instructions">
|
||||
{{i18n "user.color_schemes.dark_instructions"}}
|
||||
|
|
|
@ -641,7 +641,7 @@
|
|||
}
|
||||
|
||||
.undo-preview {
|
||||
margin-bottom: 1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.save-button {
|
||||
|
|
Loading…
Reference in New Issue