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 d7a11f2 commit 4da5532Copy full SHA for 4da5532
templates/base/head_navbar.tmpl
@@ -18,7 +18,7 @@
18
<span class="notification_count{{if not $notificationUnreadCount}} gt-hidden{{end}}">{{$notificationUnreadCount}}</span>
19
</a>
20
{{end}}
21
- <div class="item gt-pr-0">
+ <div class="item gt-px-0">
22
<button class="ui icon button" id="navbar-expand-toggle">{{svg "octicon-three-bars"}}</button>
23
</div>
24
web_src/css/base.css
@@ -983,6 +983,9 @@ img.ui.avatar,
983
#navbar.navbar-menu-open .item {
984
display: flex;
985
}
986
+ #navbar.navbar-menu-open > .item:first-child {
987
+ padding-bottom: 0;
988
+ }
989
990
991
@media (min-width: 767.98px) {
0 commit comments