fix(PluginCard): make infocard consistent (#44)

This commit is contained in:
panbread 2024-10-02 11:26:12 +04:00 committed by GitHub
parent cbc254e959
commit 182377fd98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -346,7 +346,7 @@ export default function PluginSettings() {
<ReloadRequiredCard required={changes.hasChanges} />
<div className={cl("stats-container")} style={{
marginTop: "12px",
marginTop: "16px",
gap: "16px",
display: "flex",
flexDirection: "row",