This commit is contained in:
thororen1234 2024-08-22 11:43:44 -04:00
parent 21b3af6308
commit 6d00d6826b
10 changed files with 192 additions and 10 deletions

View file

@ -78,6 +78,13 @@ export default definePlugin({
},
patches: [
{
find: "showBorder:null",
replacement: {
match: /user:(\i),setNote:\i,canDM.+?\}\)/,
replace: "$&,$self.getReviewsComponent($1)"
}
},
{
find: /inline:!1,profileViewedAnalytics:\i}\),/,
replacement: {

View file

@ -3,6 +3,10 @@
--vc-rdb-spacing-size: 8px;
}
[class|="section"]:not([class|="lastSection"])+.vc-rdb-view {
margin-top: 12px;
}
.vc-rdb-badge {
vertical-align: middle;
margin-left: 4px;
@ -180,4 +184,4 @@
.vc-rdb-review:hover>.vc-rdb-buttons {
opacity: 1;
}
}