[loggi-heg] Split input.css: extract emoji picker styles to separate file #126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bead ID:
loggi-hegType: task
Priority: P3
Status: closed
Close reason: Extracted ~190 lines of emoji picker styles from input.css (503→310 lines) into app/static/css/emoji-picker.css. Used Tailwind CLI built-in @import support so both files compile into a single app.css. Updated Dockerfile to copy the new file. All tests pass, no visual regressions.
input.css is 503 lines, above the 300-line CSS guideline. The emoji picker section (~180 lines) is completely self-contained and can be extracted to emoji-picker.css. This would bring input.css to ~320 lines.\n\nSteps:\n1. Extract .emoji-picker-* rules to app/static/css/emoji-picker.css\n2. Add a tag in base.html (or entry.html where the picker is used)\n3. Verify no visual regressions