settings: restore color-coding for quality presets, pin them right
The SOFT/MEDIUM/HARD selector lost its color coding when it became a dropdown. Re-apply colors (SOFT red, MEDIUM yellow, HARD white) to the options and to the select's shown value, and right-align the "Готовый профиль" label (margin-left:auto) so it clearly sits on the right. VERSION -> 0.0.122. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -345,6 +345,7 @@ input[type="date"], input[type="number"], select {
|
||||
.tr-row select { display: block; }
|
||||
.tr-row input[type="number"] { display: block; width: 80px; }
|
||||
.tr-row select:disabled, .tr-row input:disabled { opacity: .4; cursor: not-allowed; }
|
||||
.tr-row label.qpreset-lbl { margin-left: auto; } /* «Готовый профиль» — прижат к правому краю */
|
||||
/* общие пресеты перекодирования (SOFT / MEDIUM / HARD) */
|
||||
.tr-presets { flex-basis: 100%; display: flex; align-items: center; gap: 8px; padding-left: 28px; }
|
||||
.tr-preset {
|
||||
|
||||
Reference in New Issue
Block a user