表のレーアウト統一(#194) #271

マージ済み
みてるぞ が 2 個のコミットを feature/194 から main へマージ 2026-02-24 21:29:01 +09:00
3個のファイルの変更8行の追加4行の削除
コミット 2ff61337d0 の変更だけを表示してゐます - すべてのコミットを表示
+2 -2
ファイルの表示
@@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from 'react'
import { Helmet } from 'react-helmet-async'
import TagLink from '@/components/TagLink'
import SectionTitle from '@/components/common/SectionTitle'
import PageTitle from '@/components/common/PageTitle'
import TextArea from '@/components/common/TextArea'
import MainArea from '@/components/layout/MainArea'
import { toast } from '@/components/ui/use-toast'
@@ -92,7 +92,7 @@ export default ({ user }: Props) => {
</Helmet>
<div className="max-w-xl">
<SectionTitle></SectionTitle>
<PageTitle></PageTitle>
</div>
<div className="mt-4">
+4
ファイルの表示
@@ -3,6 +3,7 @@ import { Helmet } from 'react-helmet-async'
import { useLocation } from 'react-router-dom'
import PrefetchLink from '@/components/PrefetchLink'
import PageTitle from '@/components/common/PageTitle'
import MainArea from '@/components/layout/MainArea'
import { SITE_TITLE } from '@/config'
import { apiGet } from '@/lib/api'
@@ -28,6 +29,9 @@ export default () => {
<Helmet>
<title>{`Wiki 変更履歴 | ${ SITE_TITLE }`}</title>
</Helmet>
<PageTitle>Wiki </PageTitle>
<table className="table-auto w-full border-collapse">
<thead className="border-b-2 border-black dark:border-white">
<tr>
+2 -2
ファイルの表示
@@ -2,7 +2,7 @@ import { useEffect, useState } from 'react'
import { Helmet } from 'react-helmet-async'
import PrefetchLink from '@/components/PrefetchLink'
import SectionTitle from '@/components/common/SectionTitle'
import PageTitle from '@/components/common/PageTitle'
import MainArea from '@/components/layout/MainArea'
import { SITE_TITLE } from '@/config'
import { apiGet } from '@/lib/api'
@@ -37,7 +37,7 @@ export default () => {
</Helmet>
<div className="max-w-xl">
<SectionTitle>Wiki</SectionTitle>
<PageTitle>Wiki</PageTitle>
<form onSubmit={handleSearch} className="space-y-2">
{/* タイトル */}
<div>