diff options
author | Kyle D <kdumontnu@gmail.com> | 2021-01-19 18:08:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 02:08:21 +0100 |
commit | 41e19b93a27318a1f8b88ee76837a30969ccb767 (patch) | |
tree | 6c515b6eac60dedcafcab84cc99abfa7729871b7 /templates/repo/issue | |
parent | e05670da842772869cdef15d3ffeda5e36c7d6d5 (diff) | |
download | gitea-41e19b93a27318a1f8b88ee76837a30969ccb767.tar.gz gitea-41e19b93a27318a1f8b88ee76837a30969ccb767.zip |
Align dropdown right (#14406)
Diffstat (limited to 'templates/repo/issue')
-rw-r--r-- | templates/repo/issue/view_content/add_reaction.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/issue/view_content/context_menu.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/view_content/add_reaction.tmpl b/templates/repo/issue/view_content/add_reaction.tmpl index 95778cc5b3..c02f2db6f9 100644 --- a/templates/repo/issue/view_content/add_reaction.tmpl +++ b/templates/repo/issue/view_content/add_reaction.tmpl @@ -1,5 +1,5 @@ {{if .ctx.IsSigned}} -<div class="item action ui pointing select-reaction dropdown" data-action-url="{{ .ActionURL }}"> +<div class="item action ui pointing select-reaction dropdown top right" data-action-url="{{ .ActionURL }}"> <a class="add-reaction"> {{svg "octicon-smiley"}} </a> diff --git a/templates/repo/issue/view_content/context_menu.tmpl b/templates/repo/issue/view_content/context_menu.tmpl index 0b8b84e9f1..41786242ba 100644 --- a/templates/repo/issue/view_content/context_menu.tmpl +++ b/templates/repo/issue/view_content/context_menu.tmpl @@ -1,5 +1,5 @@ {{if .ctx.IsSigned}} -<div class="item action ui pointing custom dropdown context-dropdown"> +<div class="item action ui pointing custom dropdown top right context-dropdown"> <a class="context-menu"> {{svg "octicon-kebab-horizontal"}} </a> |