-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
画面右端に余白が足りず数値を読み取れない #857
Comments
1文字ごとではなく文節ごとの余白が広がりますね。句読点の後とか。 |
できればmora-tableの余白は広げたくないというのはあります! mora-tableの親か、その親のクラスの右端marginを増やしたりすれば良い感じに解決するかも?とちょっと思いました!! |
accent-phrase-tableのmargin-right: 4px;を20に増やしてもチップが見切れてしまうのでお手上げです。 |
なるほどです・・・。overflowがhiddenになっているとか・・・? |
内容
イントネーションと長さの調整画面で、一番右に来る語尾の数値が読めないです。例えば 5.51 のとき、 5.5までで次の数字が読めない。
mouse over時に表示されますが、微妙に右側に寄っているのが原因で画面外に見切れてしまいます。
そこで、画面右端に余白を作るために
\src\components\AudioDetail.vue の
.mora-table { の中に
margin-right: 20px;
の定義を追加すれば、解決します。いかがでしょうか。
Pros 良くなる点
イントネーション調整がしやすくなる
Cons 悪くなる点
良い事だけだと思います
VOICEVOXのバージョン
0.12.3
OSの種類/ディストリ/バージョン
Windows 10 64bit
その他
ちなみに0.11系でも同様の現象が見られました。
The text was updated successfully, but these errors were encountered: