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
fix small screen fit
tags/v1.2.0-rc1
Unknwon
10 years ago
parent
5936df4d36
commit
779f1772c4
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/gogs.min.css
+6
-0
public/less/_base.less
+ 1
- 1
public/css/gogs.min.css
File diff suppressed because it is too large
View File
+ 6
- 0
public/less/_base.less
View File
@@ -212,4 +212,10 @@ footer {
margin: 0;
overflow: visible;
clip: auto;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.ui.container {
width: 90%;
}
}
Write
Preview
Loading…
Cancel
Save