From f290d09549fbb262a8127878ebb8d1285847e737 Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 30 Mar 2026 14:40:31 +0800 Subject: [PATCH] 'git' --- assets/stylesheets/template/base/_global.scss | 11 ++++++++--- assets/stylesheets/template/base/_unity.scss | 6 ++++++ modules/announcement/info.json | 13 +++++++++++-- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/template/base/_global.scss b/assets/stylesheets/template/base/_global.scss index a520b56..9af65a5 100644 --- a/assets/stylesheets/template/base/_global.scss +++ b/assets/stylesheets/template/base/_global.scss @@ -189,12 +189,17 @@ img { // overflow-x: auto; // } // } -*[data-pp]>.editmode-ps>a, .admin-subpart-area .content>.editmode-ps>a{ - position: !important; -} + table{ caption-side: top; } blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0; +} +iframe{ + @media(max-width:1024px){ + width: 100%!important; + aspect-ratio: 16 / 9; + height: auto !important; + } } \ No newline at end of file diff --git a/assets/stylesheets/template/base/_unity.scss b/assets/stylesheets/template/base/_unity.scss index ce9d706..79fd492 100644 --- a/assets/stylesheets/template/base/_unity.scss +++ b/assets/stylesheets/template/base/_unity.scss @@ -101,4 +101,10 @@ } ol, ul{ padding-left: 1.6em; + text-align: left; +} +ol{ + padding-left: 1.6em; + display: inline-block; + text-align: left; } diff --git a/modules/announcement/info.json b/modules/announcement/info.json index 57b0ad4..53fd77b 100644 --- a/modules/announcement/info.json +++ b/modules/announcement/info.json @@ -163,8 +163,17 @@ { "filename": "annc_index21", "name": { - "zh_tw": "21. 標準文字列表 ( 模組標題, 日期, 類別, 狀態, 標題, 副標題 )", - "en": "21. Standard Text List (widget-title, postdate, category, status, title, subtitle)" + "zh_tw": "21. 日曆樣式標準文字列表 ( 模組標題, 日期, 類別, 狀態, 標題, 副標題 )", + "en": "21. calander style Standard Text List (widget-title, postdate, category, status, title, subtitle)" + }, + "thumbnail": "annc_index8_thumbs.png" + } + , + { + "filename": "annc_index22", + "name": { + "zh_tw": "22. 日曆樣式2標準文字列表 ( 模組標題, 日期, 類別, 狀態, 標題, 副標題 )", + "en": "22. calander style2 Standard Text List (widget-title, postdate, category, status, title, subtitle)" }, "thumbnail": "annc_index8_thumbs.png" }