Skip to content

Commit

Permalink
fix(teamwork): Fix teamwork button styles (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
EternallLight authored Mar 9, 2022
1 parent f463f04 commit 3cd1ea8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/teamwork.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ togglbutton.render(

container.appendChild(link);
}
);
);
7 changes: 7 additions & 0 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,13 @@ a.toggl-button.toggl-plan {
text-decoration: none;
}

.toggl-button.teamwork.min {
display: flex !important;
justify-content: center;
align-items: center;
margin-top: 2px !important;
}

/********* GOOGLE MAIL *********/
.toggl-button.google-mail:not(.toggl-button-edit-form-button) {
margin-left: 15px;
Expand Down

0 comments on commit 3cd1ea8

Please sign in to comment.