Skip to content

Commit

Permalink
Meatballs util: Add XKit labels to meatball menu items (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored May 8, 2023
1 parent 8477b53 commit 179422f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content_scripts/meatballs.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@
.xkit-meatball-button:focus {
background-color: rgb(var(--secondary-accent));
}

.xkit-meatball-button::before {
content: "[XKit] ";
white-space: pre-wrap;
}

0 comments on commit 179422f

Please sign in to comment.