Add configurable title, matte dimensions, and interactive installer
- Configurable collage title via localStorage (bird:title) with admin settings UI - Configurable matte opening dimensions in display.py (mat_opening_w/mat_opening_h) - Interactive frame installer (install-interactive.sh) with guided setup prompts Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+30
-4
File diff suppressed because one or more lines are too long
@@ -317,6 +317,14 @@
|
||||
transform: translateX(18px);
|
||||
background: var(--pill);
|
||||
}
|
||||
.title-input {
|
||||
font: 13px/1.3 ui-serif, "Iowan Old Style", Georgia, serif;
|
||||
background: var(--paper-2); border: 0; border-radius: 6px;
|
||||
box-shadow: var(--recess);
|
||||
padding: 5px 10px; color: var(--ink);
|
||||
width: 140px; text-align: right;
|
||||
}
|
||||
.title-input:focus { outline: 2px solid var(--ink-soft); outline-offset: 1px; }
|
||||
|
||||
/* Slider - title row (label + value badge with breathing room) and
|
||||
a track row underneath. Value sits at the far right with a wide
|
||||
|
||||
Reference in New Issue
Block a user