diff --git a/main.js b/main.js index 9d61b3c..1f3d72c 100644 --- a/main.js +++ b/main.js @@ -11,7 +11,7 @@ let isEnabled = JSON.parse(localStorage.getItem("isRswEnable")); let fBCsToID = null; let pSsToID = null; -function replaceSvg(s, use, n){ +function replaceSvg(s, use, n){ /*首先…这应该是-webkit-mask-image无效时用的*/ let li = { close: ``, back: ``, @@ -289,7 +289,7 @@ async function refreshCss() { } } /*我去你的*/ - #music-163-com div.m-layer:not(body.material-you-theme *), #music-163-com div.m-card-noarrow, + #music-163-com div.m-layer:not(body.material-you-theme *), #music-163-com div.m-card-noarrow:not(body.material-you-theme *), div.next-modal > div[role="dialog"], div.u-atsuggest, div.m-emts { /*后两个是At建议和表情*/ border: 1px solid #0000 !important; border-radius: var(--rsw-window-bdr); @@ -578,9 +578,12 @@ async function refreshCss() { body.material-you-theme div.m-playlist .listhd { /*弹正播列标题(MY)*/ background: #0000; } - body.material-you-theme .m-playlist .listhd, body.material-you-theme .m-playlist .listbd { /*标题 及 其列(MY)*/ + body.material-you-theme .m-playlist .listhd{ /*标题(MY)*/ border-radius: var(--rsw-window-bdr) 0 0 0; } + body.material-you-theme .m-playlist .listbd { /*列(MY)*/ + border-radius: 0; + } body.material-you-theme.refined-now-playing.mq-playing .m-playlist .listhd { /*标题(MY+RNP)*/ border-radius: var(--rsw-window-bdr) var(--rsw-window-bdr) 0 0; } @@ -1323,7 +1326,7 @@ plugin.onConfig( () => { --rsws-bg: var(--rsw-bg-color-trans, #8881); --rsws-bg-wot: var(--rsw-bg-color, #888); color: var(--rsw-text-color); - line-height: 20px; + line-height: 24px; font-size: 16px; } #RswSettings p { @@ -1499,7 +1502,7 @@ plugin.onConfig( () => {
RevisedSecondaryWindows
v0.4.2 by
+v0.4.3 by