mirror of
https://github.com/kennethreitz/rhymepad.org.git
synced 2026-06-11 17:08:33 +00:00
Coda-nesting fusion, s/z neutralization, wrapping draft tabs
- Single-vowel perfect families whose coda classes nest fuse into one chain: wrist (IH S T) hubs this (IH S) and shit (IH T), which ride as slant satellites — Logic's hook reads as one color - Final s/z voicing neutralizes in coda classes and weak-ending keys: vamonos rhymes dominoes - The drafts bar wraps instead of scrolling, so many drafts stay visible Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@
|
||||
|
||||
/* ---- editor side ---- */
|
||||
.editor-col { display: flex; flex-direction: column; min-height: 0; gap: 10px; }
|
||||
.drafts-bar { display: flex; gap: 6px; overflow-x: auto; flex: none; padding-bottom: 2px; }
|
||||
.drafts-bar { display: flex; flex-wrap: wrap; gap: 6px; flex: none; padding-bottom: 2px; }
|
||||
.dtab {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
font-size: 12px; padding: 6px 12px; max-width: 170px;
|
||||
|
||||
Reference in New Issue
Block a user