SHA256
Добавил больше цветовых схем
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
/* Скрытый редактор палитры (js/components/palette-editor.js). */
|
||||
.palette-editor__card { display: grid; gap: 16px; }
|
||||
.palette-editor__presets { width: 100%; min-height: 48px; padding: 0 40px 0 14px; color: var(--text-primary); background-color: var(--surface); }
|
||||
.palette-editor__presets option { color: var(--text-primary); background: var(--surface); }
|
||||
.palette-editor__preview { display: flex; gap: 8px; }
|
||||
.palette-editor__preview span { width: 30px; height: 20px; border: 1px solid var(--border-control); border-radius: 4px; }
|
||||
.palette-editor__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
|
||||
.palette-editor__close { width: 44px; min-width: 44px; padding: 0; font-size: 18px; color: var(--text-secondary); }
|
||||
.palette-editor__section { display: grid; gap: 8px; }
|
||||
|
||||
@@ -389,5 +389,6 @@
|
||||
.settings-shine-logo-button { min-height: 0; padding: 0; margin: 0 auto; }
|
||||
.settings-sections { gap: var(--space-4); }
|
||||
.settings-theme-card { gap: var(--space-2); }
|
||||
.settings-theme-editor { width: 100%; }
|
||||
.settings-intro { padding-top: var(--space-3); }
|
||||
.settings-intro > p { margin: 0; padding-inline: var(--space-1); font-size: var(--text-sm); line-height: var(--leading-sm); }
|
||||
|
||||
Reference in New Issue
Block a user