mirror of https://github.com/go-gitea/gitea.git
add padding to comment header right actions
parent
b33d4a739e
commit
f01c88c527
|
|
@ -1,5 +1,5 @@
|
||||||
{{if ctx.RootData.IsSigned}}
|
{{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>
|
<a class="muted">{{svg "octicon-smiley"}}</a>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
{{range $value := AllowedReactions}}
|
{{range $value := AllowedReactions}}
|
||||||
|
|
|
||||||
|
|
@ -1350,6 +1350,10 @@ td .commit-summary {
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-header-right .action {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.comment-body {
|
.comment-body {
|
||||||
background: var(--color-box-body);
|
background: var(--color-box-body);
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue