Skip to content

Commit

Permalink
feat(freshservice): Improve styling of toggl button
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Mar 5, 2024
1 parent ccd446b commit 5c555c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/content/freshservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ togglbutton.render('.tkt-quick-action:not(.toggl)', { observe: true }, function
className: 'freshservice',
description: description,
projectname: '',
calculateTotal: true
});

elem.appendChild(link);
elem.prepend(link);
}
);
7 changes: 7 additions & 0 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,13 @@ li > .toggl-button.phabricator {
left: 5px;
}


/********* FRESHSERVICE *********/
.toggl-button.freshservice {
margin-top: 5px;
margin-right: 10px;
}

/********* Clickup *********/
.toggl-button.clickup.min svg,
.toggl-button.clickup.min span {
Expand Down

0 comments on commit 5c555c2

Please sign in to comment.