Skip to content

[fix] website テーブル1列目の中央揃えと余白修正#91

Merged
makinzm merged 1 commit intomainfrom
fix/table-first-column-alignment
Mar 28, 2026
Merged

[fix] website テーブル1列目の中央揃えと余白修正#91
makinzm merged 1 commit intomainfrom
fix/table-first-column-alignment

Conversation

@makinzm
Copy link
Copy Markdown
Owner

@makinzm makinzm commented Mar 28, 2026

Summary

  • Starlight デフォルトの display: blockdisplay: table に上書きし、table-layout: fixed が正しく機能するように修正
  • 1列目を width: 30% + text-align: center で中央揃え
  • 2列目の右端にもパディングが正しく適用されるように修正

Test plan

  • ローカルで bun run dev → トップページのチェック機能テーブルを確認
  • 1列目(dependency_mode 等)が中央揃えになっていること
  • 2列目の説明テキストの右端にも余白があること
  • allow_call_patterns の左右余白が均等であること
  • ダークモードでも同様に表示されること

🤖 Generated with Claude Code

Starlight デフォルトの display:block を display:table に上書きし、
table-layout:fixed + 1列目 width:30% + text-align:center で
セル内の左右余白を均等にした。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@makinzm makinzm merged commit d76dcf0 into main Mar 28, 2026
5 checks passed
@makinzm makinzm deleted the fix/table-first-column-alignment branch March 28, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant