Skip to content

Commit f01c88c

Browse files
committed
add padding to comment header right actions
1 parent b33d4a7 commit f01c88c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

templates/repo/issue/view_content/add_reaction.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{if ctx.RootData.IsSigned}}
2-
<div class="item action ui dropdown jump pointing top right select-reaction tw-px-[5px]" data-action-url="{{.ActionURL}}">
2+
<div class="item action ui dropdown jump pointing top right select-reaction" data-action-url="{{.ActionURL}}">
33
<a class="muted">{{svg "octicon-smiley"}}</a>
44
<div class="menu">
55
{{range $value := AllowedReactions}}

web_src/css/repo.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,10 @@ td .commit-summary {
13501350
justify-content: end;
13511351
}
13521352

1353+
.comment-header-right .action {
1354+
padding: 4px;
1355+
}
1356+
13531357
.comment-body {
13541358
background: var(--color-box-body);
13551359
border: none !important;

0 commit comments

Comments
 (0)