UX: fix color scheme setting reset position (#21365)
This commit is contained in:
parent
856755a383
commit
4f306cf88f
|
@ -64,23 +64,23 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if this.previewingColorScheme}}
|
|
||||||
{{#if this.previewingColorScheme}}
|
|
||||||
<DButton
|
|
||||||
@action={{action "undoColorSchemePreview"}}
|
|
||||||
@label="user.color_schemes.undo"
|
|
||||||
@icon="undo"
|
|
||||||
@class="btn-default btn-small undo-preview"
|
|
||||||
/>
|
|
||||||
{{/if}}
|
|
||||||
<div class="controls color-scheme-checkbox">
|
|
||||||
<PreferenceCheckbox
|
|
||||||
@labelKey="user.color_scheme_default_on_all_devices"
|
|
||||||
@checked={{this.makeColorSchemeDefault}}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
</div>
|
||||||
|
{{#if this.previewingColorScheme}}
|
||||||
|
{{#if this.previewingColorScheme}}
|
||||||
|
<DButton
|
||||||
|
@action={{action "undoColorSchemePreview"}}
|
||||||
|
@label="user.color_schemes.undo"
|
||||||
|
@icon="undo"
|
||||||
|
@class="btn-default btn-small undo-preview"
|
||||||
|
/>
|
||||||
|
{{/if}}
|
||||||
|
<div class="controls color-scheme-checkbox">
|
||||||
|
<PreferenceCheckbox
|
||||||
|
@labelKey="user.color_scheme_default_on_all_devices"
|
||||||
|
@checked={{this.makeColorSchemeDefault}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
{{#if this.showDarkColorSchemeSelector}}
|
{{#if this.showDarkColorSchemeSelector}}
|
||||||
<div class="instructions">
|
<div class="instructions">
|
||||||
{{i18n "user.color_schemes.dark_instructions"}}
|
{{i18n "user.color_schemes.dark_instructions"}}
|
||||||
|
|
|
@ -641,7 +641,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.undo-preview {
|
.undo-preview {
|
||||||
margin-bottom: 1em;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.save-button {
|
.save-button {
|
||||||
|
|
Loading…
Reference in New Issue