From b7d9073f0c78a27e5458aded75502eb09b5e9114 Mon Sep 17 00:00:00 2001 From: AnnaBeiyan <131662099+AnnaBeiyan@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:51:23 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/mtfwiki-modified/assets/customize.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/mtfwiki-modified/assets/customize.scss b/themes/mtfwiki-modified/assets/customize.scss index fc0a4d96a3..5bf7012fe6 100644 --- a/themes/mtfwiki-modified/assets/customize.scss +++ b/themes/mtfwiki-modified/assets/customize.scss @@ -37,12 +37,12 @@ a.github-profile { } } .csv-table { - width: max-content; - max-width: max-content !important; - white-space: nowrap; th { text-align: center; } + th, td { + min-width: 50pt; + } } .mtf-wiki > { .c1 { From 184abae40094168c84c6e201f3ce306e9afbf03f Mon Sep 17 00:00:00 2001 From: AnnaBeiyan <131662099+AnnaBeiyan@users.noreply.github.com> Date: Sat, 5 Oct 2024 14:01:52 +0800 Subject: [PATCH 2/4] Update customize.scss --- themes/mtfwiki-modified/assets/customize.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/mtfwiki-modified/assets/customize.scss b/themes/mtfwiki-modified/assets/customize.scss index 5bf7012fe6..c76bcda5a9 100644 --- a/themes/mtfwiki-modified/assets/customize.scss +++ b/themes/mtfwiki-modified/assets/customize.scss @@ -42,6 +42,7 @@ a.github-profile { } th, td { min-width: 50pt; + max-width: max-content; } } .mtf-wiki > { From f09b77861ab5789911b2a7832ac5803cbe9ac55a Mon Sep 17 00:00:00 2001 From: AnnaBeiyan <131662099+AnnaBeiyan@users.noreply.github.com> Date: Sat, 5 Oct 2024 14:48:17 +0800 Subject: [PATCH 3/4] Update customize.scss --- themes/mtfwiki-modified/assets/customize.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mtfwiki-modified/assets/customize.scss b/themes/mtfwiki-modified/assets/customize.scss index c76bcda5a9..314e0f1b56 100644 --- a/themes/mtfwiki-modified/assets/customize.scss +++ b/themes/mtfwiki-modified/assets/customize.scss @@ -41,7 +41,7 @@ a.github-profile { text-align: center; } th, td { - min-width: 50pt; + min-width: 9ch; max-width: max-content; } } From bda943f8f82db5ff8b0c2ad3e02317c46d2a8276 Mon Sep 17 00:00:00 2001 From: Anna Beiyan <131662099+AnnaBeiyan@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:43:20 +0800 Subject: [PATCH 4/4] Update customize.scss Signed-off-by: Anna Beiyan <131662099+AnnaBeiyan@users.noreply.github.com> --- themes/mtfwiki-modified/assets/customize.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/mtfwiki-modified/assets/customize.scss b/themes/mtfwiki-modified/assets/customize.scss index 314e0f1b56..882597c747 100644 --- a/themes/mtfwiki-modified/assets/customize.scss +++ b/themes/mtfwiki-modified/assets/customize.scss @@ -42,7 +42,6 @@ a.github-profile { } th, td { min-width: 9ch; - max-width: max-content; } } .mtf-wiki > { @@ -243,4 +242,4 @@ div.watermark::after { align-self: center; opacity: 0.3; transform: rotate(-45deg); -} \ No newline at end of file +}