diff --git a/src/plugins/reviewDB/components/ReviewsView.tsx b/src/plugins/reviewDB/components/ReviewsView.tsx index 541500c4b..466e9d450 100644 --- a/src/plugins/reviewDB/components/ReviewsView.tsx +++ b/src/plugins/reviewDB/components/ReviewsView.tsx @@ -57,7 +57,7 @@ export default function ReviewsView({ userId }: { userId: string; }) { } return ( -
+
. */ +import "./style.css"; + import { Settings } from "@api/settings"; import ErrorBoundary from "@components/ErrorBoundary"; import { Devs } from "@utils/constants"; @@ -38,7 +40,7 @@ export default definePlugin({ replacement: { match: /\(.{0,10}\{user:(.),setNote:.,canDM:.,.+?\}\)/, replace: "$&,$self.getReviewsComponent($1)" - }, + } } ], diff --git a/src/plugins/reviewDB/style.css b/src/plugins/reviewDB/style.css new file mode 100644 index 000000000..6171abefc --- /dev/null +++ b/src/plugins/reviewDB/style.css @@ -0,0 +1,3 @@ +[class|="section"]:not([class|="lastSection"]) + .vc-reviewdb-view { + margin-top: 12px; +}