From e44efdc242b9ff437d5c5c32f2338106f90713be Mon Sep 17 00:00:00 2001 From: ken Date: Fri, 28 Aug 2026 14:18:58 +0800 Subject: [PATCH] update --- assets/stylesheets/template/modules/announcement.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index b1eb019..7aeffdb 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -2122,6 +2122,11 @@ padding: 0.2em; } } + &:focus{ + .w-annc__img-wrap{ + padding: 0.2em; + } + } @media(min-width: $screen-lg){ width:340px !important; }