Skip to content

Commit 4da5532

Browse files
committed
padding tweaks
1 parent d7a11f2 commit 4da5532

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

templates/base/head_navbar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<span class="notification_count{{if not $notificationUnreadCount}} gt-hidden{{end}}">{{$notificationUnreadCount}}</span>
1919
</a>
2020
{{end}}
21-
<div class="item gt-pr-0">
21+
<div class="item gt-px-0">
2222
<button class="ui icon button" id="navbar-expand-toggle">{{svg "octicon-three-bars"}}</button>
2323
</div>
2424
</div>

web_src/css/base.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,9 @@ img.ui.avatar,
983983
#navbar.navbar-menu-open .item {
984984
display: flex;
985985
}
986+
#navbar.navbar-menu-open > .item:first-child {
987+
padding-bottom: 0;
988+
}
986989
}
987990

988991
@media (min-width: 767.98px) {

0 commit comments

Comments
 (0)