diff --git a/src/content/freshservice.js b/src/content/freshservice.js index e0bf66aa9..ee986879b 100644 --- a/src/content/freshservice.js +++ b/src/content/freshservice.js @@ -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); } ); diff --git a/src/styles/style.css b/src/styles/style.css index b2b0627dc..733f487c9 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -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 {