Skip to content
Snippets Groups Projects
Commit 1250309a authored by syuilo's avatar syuilo
Browse files

🎨

parent 6459eadc
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@
- Enhance: ScratchpadでAsync:系関数やボタンのコールバックなどのエラーにもダイアログを出すように(試験的なためPlayなどには未実装)
- Enhance: タイムラインでリスト/アンテナ選択時のパフォーマンスを改善
- Enhance: 「Moderation note」、「Add moderation note」をローカライズできるように
- Enhance: 細かなデザインの調整
- Fix: サーバー情報画面(`/instance-info/{domain}`)でブロックができないのを修正
- Fix: 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正
- Fix: iOSで画面を回転させるとテキストサイズが変わる問題を修正
......
......@@ -170,6 +170,10 @@ useTooltip(buttonEl, async (showing) => {
}
}
.icon {
max-width: 150px;
}
.count {
font-size: 0.7em;
line-height: 42px;
......
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