From e62c0f24095d27d12f26e92ba2363ae970e1d583 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 22 Apr 2025 16:54:23 +0800 Subject: [PATCH] :lipstick: Style: optimize PostChat widget style --- assets/css/_partials/_widgets.scss | 1 + assets/css/_partials/_widgets/_post-chat.scss | 3 +++ layouts/partials/init/index.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 assets/css/_partials/_widgets/_post-chat.scss diff --git a/assets/css/_partials/_widgets.scss b/assets/css/_partials/_widgets.scss index 758fb06c..5262e1a9 100644 --- a/assets/css/_partials/_widgets.scss +++ b/assets/css/_partials/_widgets.scss @@ -2,5 +2,6 @@ @import '_widgets/fixed-button'; @import '_widgets/github-corner'; @import '_widgets/noscript-warning'; +@import '_widgets/post-chat'; @import '_widgets/reading-progress'; @import '_widgets/typeit'; diff --git a/assets/css/_partials/_widgets/_post-chat.scss b/assets/css/_partials/_widgets/_post-chat.scss new file mode 100644 index 00000000..c76d0c61 --- /dev/null +++ b/assets/css/_partials/_widgets/_post-chat.scss @@ -0,0 +1,3 @@ +#postChat_button { + @extend .print-d-none; +} diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 9888b07d..e133a24b 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.19" -}} +{{- .Scratch.Set "version" "v0.3.20-de72a8c8" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}