Skip to content

Commit

Permalink
version bump and fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jul 12, 2024
1 parent 2c97d55 commit 1d2a74b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "498989696412549120",
"github": "Puyodead1"
},
"version": "1.3.10",
"version": "1.3.11",
"updater": {
"type": "store",
"id": "me.puyodead1.PlatformIndicators"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replugged-platformindicators",
"version": "1.3.10",
"version": "1.3.11",
"description": "Adds Platform Indicators for to for users to various places.",
"engines": {
"node": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
gap: 8px;
}
[class*="userProfileOuter"] .platform-indicators span {
border-radius: var(--radius);
border-radius: var(--radius-round);
background: hsl(var(--black-500-hsl) / 0.7);
cursor: pointer;
padding: 8px;
Expand Down

0 comments on commit 1d2a74b

Please sign in to comment.