Browse Source

UI: Make navbar full width (#5998)

tags/v1.21.12.1
silverwind zeripath 7 years ago
parent
commit
4c5b585a6f
2 changed files with 7 additions and 1 deletions
  1. +1
    -1
      public/css/index.css
  2. +6
    -0
      public/less/_base.less

+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File


+ 6
- 0
public/less/_base.less View File

@@ -98,6 +98,12 @@ pre > code {
width: 16px;
text-align: center;
}
#navbar {
width: 100vw;
}
#navbar .brand {
margin: 0 0 0 .5rem;
}
@media only screen and (max-width: 767px) {
#navbar:not(.shown) > *:not(:first-child) {
display: none;


Loading…
Cancel
Save