Skip to content

Commit f8d70c9

Browse files
committed
UI: Make dashboard navbar full-width
1 parent 8c865f3 commit f8d70c9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_dashboard.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
.dashboard-repos {
6262
margin: 0 1px;
6363
}
64+
65+
.dashboard-navbar {
66+
width: 100vw;
67+
padding: 0 0 0 .5rem;
68+
}
6469
}
6570

6671
&.feeds {

templates/user/dashboard/navbar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ui container">
1+
<div class="dashboard-navbar">
22
<div class="ui secondary stackable menu">
33
<div class="item">
44
<div class="ui floating dropdown link jump">

0 commit comments

Comments
 (0)