Skip to content

Commit 283656f

Browse files
committed
Visual adjusts in menus
1 parent 5455169 commit 283656f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/frontend/view/header/pieHeader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<nav>
3333
<ul>
3434
<li ng-show="headerCtrl.currentBranch" ng-click="headerCtrl.toggleMenu(2)"><span class="octicon octicon-git-branch"></span> {{ headerCtrl.currentBranch }}</li>
35-
<div class="menu" ng-show="headerCtrl.showBranchMenu">
35+
<div class="menu" style="min-width: 300px" ng-show="headerCtrl.showBranchMenu">
3636
<input style="display:block; width:100%; box-sizing: border-box;" type="text" name="newBranch" ng-model="newBranch"
3737
placeholder="{{ MSGS['Select or create a new branch'] }}" ng-keypress="headerCtrl.checkoutBranch($event, newBranch)" />
3838

resources/css/all.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/sass/all.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ html {
225225
position: fixed;
226226
overflow: hidden;
227227
z-index: 1000;
228-
padding: 0 !important;
228+
padding: 6px 0 !important;
229229

230230
li {
231-
padding: 15px 20px !important;
231+
padding: 15px 30px !important;
232232

233233
&:hover {
234234
background-color: #F5F5F5 !important;

0 commit comments

Comments
 (0)