We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+
1 parent ab1948d commit 10bbf07Copy full SHA for 10bbf07
templates/base/head_navbar.tmpl
@@ -104,7 +104,7 @@
104
<span class="not-mobile">{{svg "octicon-triangle-down"}}</span>
105
<span class="only-mobile">{{ctx.Locale.Tr "create_new"}}</span>
106
</span>
107
- <div class="menu left">
+ <div class="menu">
108
<a class="item" href="{{AppSubUrl}}/repo/create">
109
{{svg "octicon-plus"}} {{ctx.Locale.Tr "new_repo"}}
110
</a>
web_src/css/modules/header.css
@@ -135,7 +135,8 @@ h4.ui.header .sub.header {
135
}
136
137
/* open dropdown menus to the left in right-attached headers */
138
-.ui.attached.header > .ui.right .ui.dropdown .menu {
+.ui.attached.header > .ui.right .ui.dropdown .menu,
139
+.navbar-right .ui.dropdown .menu {
140
right: 0;
141
left: auto;
142
0 commit comments