diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-17 12:20:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 12:20:11 -0400 |
commit | a933cfdc0780f618bb1ae60930a82a2af954e3cd (patch) | |
tree | 4886676976e6664349b48bb855659a74deb127ae /ext/css | |
parent | 4a2b824371e7e2c0f576805631f3ccf29d2c0ad3 (diff) |
Pronunciation nasal improvement (#1834)
* Organize
* Add utility to get diacritic information about a character
* Show mora without diacritic
* Add a hidden handakuten for copy-paste purposes
Diffstat (limited to 'ext/css')
-rw-r--r-- | ext/css/display-pronunciation.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/css/display-pronunciation.css b/ext/css/display-pronunciation.css index 4ea15baf..e26c5952 100644 --- a/ext/css/display-pronunciation.css +++ b/ext/css/display-pronunciation.css @@ -77,6 +77,12 @@ box-sizing: border-box; z-index: 1; } +.pitch-accent-character-nasal-diacritic { + position: absolute; + width: 0; + height: 0; + opacity: 0; +} .pitch-accent-position::before { content: ' ['; |