Skip to content

Commit

Permalink
Fix(frontend): MkCodeEditorで行がずれていくのを修正 (misskey-dev#13188)
Browse files Browse the repository at this point in the history
* MkCodeEditorで行がずれていくのを修正

* update CHANGELOG.md
  • Loading branch information
1STEP621 authored and kanarikanaru committed Feb 12, 2024
1 parent 3d33ba4 commit 38221e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
- Fix: キャプションが空の画像をクロップするとキャプションにnullという文字列が入ってしまう問題の修正
- Fix: プロフィールを編集してもリロードするまで反映されない問題を修正
- Fix: エラー画像URLを設定した後解除すると,デフォルトの画像が表示されない問題の修正
- Fix: MkCodeEditorで行がずれていってしまう問題の修正

### Server
- Enhance: 連合先のレートリミットに引っかかった際にリトライするようになりました
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkCode.core.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ watch(() => props.lang, (to) => {
overflow: auto;
border-radius: 8px;
border: 1px solid var(--divider);
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;

color: var(--shiki-fallback);
background-color: var(--shiki-fallback-bg);
Expand Down

0 comments on commit 38221e3

Please sign in to comment.