From 9147096ba3004f67e75d608d8ca4ee0810a8f257 Mon Sep 17 00:00:00 2001 From: HT Date: Tue, 5 Sep 2023 05:07:39 +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 --- 20-Wanderlust | 93 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 87 insertions(+), 6 deletions(-) diff --git a/20-Wanderlust b/20-Wanderlust index c834527..fd6a6ce 100644 --- a/20-Wanderlust +++ b/20-Wanderlust @@ -4,7 +4,11 @@ Made by glenthemes Initial release: 2016/09/20 Remake date: 2021/01/14 -Last updated: 2023/04/30 +Last updated: 2023/09/04 + +What's new: +✱ NPF audio post support +✱ fixed a minor bug with top bar "down arrow" TERMS OF USE: 1) Do not remove the theme credit. @@ -56,7 +60,9 @@ TERMS OF USE: {/block:ifshowmusicplayer} + + + + + + @@ -933,7 +1012,7 @@ body::-webkit-scrollbar-corner { /* topbar bottom triangle */ .tri-under { position:absolute; - bottom:0;margin-bottom:calc((var(--TopBar-Triangle-Size) / -1.414) - .3px); + bottom:0;margin-bottom:calc((var(--TopBar-Triangle-Size) / -1.414) + 1px); left:50%; transform:translateX(-50%); width:0; @@ -947,9 +1026,10 @@ body::-webkit-scrollbar-corner { /* topbar bottom triangle's border */ .tri-underunder { position:absolute; - bottom:0;margin-bottom:calc(((var(--TopBar-Triangle-Size) + 4px) / -1.414) - .3px); + bottom:0;margin-bottom:calc(((var(--TopBar-Triangle-Size) + 4px) / -1.414)); left:50%; - transform:translateX(-50%); + transform-origin:top; + transform:translateX(-50%) scale(0.9,0.9); width:0; height:0; border-style:solid; @@ -1492,7 +1572,7 @@ body::-webkit-scrollbar-corner { margin-left:14px; } -.t-name { +.t-name, .npf-audio-title { font-weight:bold; text-transform:uppercase; letter-spacing:1px; @@ -1507,6 +1587,7 @@ body::-webkit-scrollbar-corner { height:calc({select:post font size} + 4px); stroke:{color:post buttons}; stroke-width:1.5px; + pointer-events:none; } /*----- VIDEOS -----*/