From dea37f4895966c201e8ce7fdc76d34fe1150a67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=91=E5=B0=8F=E9=B8=A6?= <61354956+crowya@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:11:34 +0800 Subject: [PATCH] Update waifu.css --- live2d/waifu.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/live2d/waifu.css b/live2d/waifu.css index 7d84183..3ca9a89 100644 --- a/live2d/waifu.css +++ b/live2d/waifu.css @@ -6,6 +6,10 @@ display: none !important; } +.simple-shuoshuo-folded:after { + background: linear-gradient(180deg, transparent 0%, var(--color-foreground) 100%); +} + .zero-margin-bottom { margin-bottom: 0 !important; }