Skip to content

Commit 4c5b585

Browse files
silverwindzeripath
authored andcommitted
UI: Make navbar full width (#5998)
1 parent 6606d65 commit 4c5b585

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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/_base.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ pre > code {
9898
width: 16px;
9999
text-align: center;
100100
}
101+
#navbar {
102+
width: 100vw;
103+
}
104+
#navbar .brand {
105+
margin: 0 0 0 .5rem;
106+
}
101107
@media only screen and (max-width: 767px) {
102108
#navbar:not(.shown) > *:not(:first-child) {
103109
display: none;

0 commit comments

Comments
 (0)