Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix(ui): Misaligned activity button
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 17, 2021
1 parent 19e6c9d commit edc4f4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/userscript/source/ui/UserInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class UserInterface {
id: "activity-box",
css: {
display: "inline-block",
verticalAlign: "top",
verticalAlign: "bottom",
},
});

Expand All @@ -86,9 +86,6 @@ export class UserInterface {
text: "📝",
title: this._host.i18n("summary.show"),
href: "#",
css: {
verticalAlign: "top",
},
});

showActivity.on("click", () => this._host.displayActivitySummary());
Expand Down

0 comments on commit edc4f4d

Please sign in to comment.