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 clone panel z-index
tags/v1.2.0-rc1
Unknwon
11 years ago
parent
18a80b291b
commit
fdc8c34258
5 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gogs.go
+1
-1
public/ng/css/gogs.css
+0
-1
public/ng/less/gogs/base.less
+1
-0
public/ng/less/gogs/repository.less
+1
-1
templates/.VERSION
+ 1
- 1
gogs.go
View File
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.5.0.090
9
Beta"
const APP_VER = "0.5.0.09
1
0 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 1
- 1
public/ng/css/gogs.css
View File
@@ -1,7 +1,6 @@
html,
body {
height: 100%;
overflow-y: scroll;
}
.octicon,
.fa {
@@ -1015,6 +1014,7 @@ The register and sign-in page style
left: -354px;
padding: 20px;
box-sizing: border-box;
z-index: 1;
}
#repo-header-download-drop .btn > i {
margin-right: 6px;
+ 0
- 1
public/ng/less/gogs/base.less
View File
@@ -11,7 +11,6 @@
html,
body {
height: 100%;
overflow-y: scroll;
}
.octicon,
.fa {
+ 1
- 0
public/ng/less/gogs/repository.less
View File
@@ -84,6 +84,7 @@ border-top-right-radius: .25em;
left: -354px;
padding: 20px;
box-sizing: border-box;
z-index: 1;
.btn > i {
margin-right: 6px;
}
+ 1
- 1
templates/.VERSION
View File
@@ -1 +1 @@
0.5.0.090
9
Beta
0.5.0.09
1
0 Beta
Write
Preview
Loading…
Cancel
Save