Skip to content
Snippets Groups Projects
Unverified Commit 43375409 authored by Srgr0's avatar Srgr0 Committed by GitHub
Browse files

fix(frontend): webkit-text-size-adjustを100%に固定する (#11487)

* disable webkit-text-size-adjust

* Update CHANGELOG.md
parent db5046ed
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
- Enhance: 自分が押したリアクションのデザインを改善
- Fix: サーバー情報画面(`/instance-info/{domain}`)でブロックができないのを修正
- Fix: 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正
- Fix: iOSで画面を回転させるとテキストサイズが変わる問題を修正
### Server
- cacheRemoteFilesの初期値はfalseになりました
......
......@@ -40,6 +40,7 @@ html {
line-height: 1.35;
text-size-adjust: 100%;
tab-size: 2;
-webkit-text-size-adjust: 100%;
&, * {
scrollbar-color: var(--scrollbarHandle) transparent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment