Skip to content

Commit

Permalink
fixed the dropdown menu for the top New button to expand to the left (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 authored Jun 6, 2024
1 parent 8e33746 commit ab1948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base/head_navbar.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<span class="not-mobile">{{svg "octicon-triangle-down"}}</span>
<span class="only-mobile">{{ctx.Locale.Tr "create_new"}}</span>
</span>
<div class="menu">
<div class="menu left">
<a class="item" href="{{AppSubUrl}}/repo/create">
{{svg "octicon-plus"}} {{ctx.Locale.Tr "new_repo"}}
</a>
Expand Down

0 comments on commit ab1948d

Please sign in to comment.