Compare commits

..

2 commits

Author SHA1 Message Date
isUnknown
8e3eb83431 style 2025-12-04 16:22:34 +01:00
isUnknown
e3523fce29 refactor: uniformize TextSettings styling and integrate Coloris
- Wrap all field sections in .settings-subsection divs to match PageSettings structure
- Properly nest margin outer and inner collapsed sections within their parent subsections
- Replace custom color picker with Coloris integration for color and background fields
- Simplify reactive state by removing unused format and picker properties
- Initialize Coloris with dark theme, alpha support, and format toggle

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 16:21:50 +01:00
3 changed files with 436 additions and 495 deletions

View file

@ -79,7 +79,7 @@ input[type="number"] {
width: 50%;
label {
width: 50%;
width: 30%;
}
.input-with-unit {

View file

@ -140,7 +140,7 @@ input[type=number] {
width: 50%;
}
.settings-section .settings-subsection.margins .field label {
width: 50%;
width: 30%;
}
.settings-section .settings-subsection.margins .field .input-with-unit input {
width: 50%;

File diff suppressed because it is too large Load diff