add padding to comment header right actions

pull/35888/head
silverwind 2025-11-18 20:21:15 +01:00
parent b33d4a739e
commit f01c88c527
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{{if ctx.RootData.IsSigned}}
<div class="item action ui dropdown jump pointing top right select-reaction tw-px-[5px]" data-action-url="{{.ActionURL}}">
<div class="item action ui dropdown jump pointing top right select-reaction" data-action-url="{{.ActionURL}}">
<a class="muted">{{svg "octicon-smiley"}}</a>
<div class="menu">
{{range $value := AllowedReactions}}

View File

@ -1350,6 +1350,10 @@ td .commit-summary {
justify-content: end;
}
.comment-header-right .action {
padding: 4px;
}
.comment-body {
background: var(--color-box-body);
border: none !important;