This commit is contained in:
thororen1234 2024-08-16 01:59:49 -04:00
parent 3cdd3a0ab0
commit fad16cefaf
11 changed files with 47 additions and 201 deletions

View file

@ -78,13 +78,6 @@ 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,10 +3,6 @@
--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;
@ -184,4 +180,4 @@
.vc-rdb-review:hover>.vc-rdb-buttons {
opacity: 1;
}
}