From 7eaf88eb638087cba06c9a84cd524b39ee4497cf Mon Sep 17 00:00:00 2001 From: ken Date: Thu, 30 Jul 2026 17:37:12 +0800 Subject: [PATCH] update --- assets/stylesheets/template/layout/content.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 0cd351a..8de54d0 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -115,6 +115,7 @@ overflow: hidden; position: relative; width: 100%; + padding-bottom: 1em; } .iconwrap{ padding: 4em 0 0; @@ -339,6 +340,13 @@ position: relative; } } } +.active-show-content{ + margin-bottom: 1em; + div { + margin: 1em 0; + } +} + .active-show-table { border: 0.0625em solid #ddd; border-top: 5px solid #6E9E4D;