v64: фикс playSyllable — await resume(), отладка, :active стиль
This commit is contained in:
+2
-1
@@ -12,5 +12,6 @@ button:disabled { background:#ccc; cursor:not-allowed; }
|
||||
.phonetics { font-size:0.85em; color:#666; margin-top:6px; display:flex; gap:16px; flex-wrap:wrap; }
|
||||
.recItem { display:flex; align-items:center; gap:8px; padding:4px 8px; background:#f0f0f5; border-radius:8px; margin:4px 0; }
|
||||
.recItem button { font-size:0.8em; padding:4px 10px; }
|
||||
.syl-chip { cursor:pointer; padding:2px 4px; border-radius:4px; transition:0.15s; }
|
||||
.syl-chip { cursor:pointer; padding:2px 4px; border-radius:4px; transition:0.15s; user-select:none; }
|
||||
.syl-chip:hover { background:#e0e0ff; }
|
||||
.syl-chip:active { background:#b0b0ff; }
|
||||
|
||||
Reference in New Issue
Block a user