Skip to content

Commit 5c555c2

Browse files
committed
feat(freshservice): Improve styling of toggl button
1 parent ccd446b commit 5c555c2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/content/freshservice.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ togglbutton.render('.tkt-quick-action:not(.toggl)', { observe: true }, function
1111
className: 'freshservice',
1212
description: description,
1313
projectname: '',
14-
calculateTotal: true
1514
});
1615

17-
elem.appendChild(link);
16+
elem.prepend(link);
1817
}
1918
);

src/styles/style.css

+7
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,13 @@ li > .toggl-button.phabricator {
869869
left: 5px;
870870
}
871871

872+
873+
/********* FRESHSERVICE *********/
874+
.toggl-button.freshservice {
875+
margin-top: 5px;
876+
margin-right: 10px;
877+
}
878+
872879
/********* Clickup *********/
873880
.toggl-button.clickup.min svg,
874881
.toggl-button.clickup.min span {

0 commit comments

Comments
 (0)