Merge commit 'refs/pull/12524/head' of https://github.com/misskey-dev/misskey into develop

This commit is contained in:
NoriDev 2023-12-01 16:55:11 +09:00
commit e6ff66017f
2 changed files with 4 additions and 2 deletions

View file

@ -38,6 +38,7 @@
- Fix: 一度に大量の通知が入った際に通知音が音割れする問題を修正
- Fix: 共有機能をサポートしていないブラウザの場合は共有ボタンを非表示にする #11305
- Fix: 通知のグルーピング設定を変更してもリロードされるまで表示が変わらない問題を修正 #12470
- Fix: 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正
### Server
- Enhance: MFM `$[ruby ]` が他ソフトウェアと連合されるように

View file

@ -1162,8 +1162,9 @@ defineExpose({
.visibility {
overflow: clip;
text-overflow: ellipsis;
white-space: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 210px;
&:enabled {
> .headerRightButtonText {