This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
UI: Make navbar full width (
#5998
)
tags/v1.21.12.1
silverwind
zeripath
7 years ago
parent
6606d650fa
commit
4c5b585a6f
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/index.css
+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;
Write
Preview
Loading…
Cancel
Save