Skip to content

Commit

Permalink
Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPrigorshnev committed Mar 5, 2024
1 parent 6d84f06 commit 526aa86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/javascripts/discourse/widgets/assigned-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ export const AssignedToWidget = ["assigned-to", {
this,
"span",
hbs`
<DMenu class="btn-flat">
<DMenu class="btn-flat more-button">
<:trigger>
<span>
{{d-icon "ellipsis-h"}}
</span>
{{d-icon "ellipsis-h"}}
</:trigger>
<:content>
<div class="popup-menu">
Expand Down
4 changes: 4 additions & 0 deletions assets/stylesheets/assigns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
.assignee:not(:last-child):after {
content: ", ";
}

.more-button {
padding-left: 0.2em;
}
}

.topic-body {
Expand Down

0 comments on commit 526aa86

Please sign in to comment.