From 30ccbcf5bc1183083f644b28f89fabde4449704b Mon Sep 17 00:00:00 2001 From: HT Date: Fri, 28 Jul 2023 01:29:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=82=8A=E2=81=BA=E2=9C=BF=CB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11-Shatter | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/11-Shatter b/11-Shatter index 90c23e7..452ab39 100644 --- a/11-Shatter +++ b/11-Shatter @@ -50,7 +50,7 @@ attribute:"title" }); }); - + - + @@ -185,7 +185,10 @@ tumblr_npf_audio({ margin-left:calc(18px + var(--NPF-Audio-Buttons-Padding)); } -.npf-audio-play, .npf-audio-pause { position:relative } +.npf-audio-play, .npf-audio-pause { + position:relative; + z-index:0; +} .npf-audio-play:after, .npf-audio-pause:after { content:""; @@ -197,6 +200,7 @@ tumblr_npf_audio({ height:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2)); background:rgba({RGBcolor:bold},0.2); border-radius:100%; + z-index:-1; } .npf-audio-play svg { margin-left:1px; }