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
minor JS and UI fix
tags/v1.21.12.1
Unknwon
10 years ago
parent
5742f9fe69
commit
98e989d52c
3 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/css/gogs.css
+1
-1
public/js/gogs.js
+2
-0
public/less/_repository.less
+ 1
- 0
public/css/gogs.css
View File
@@ -2318,6 +2318,7 @@ footer .container .links > *:first-child {
}
.repository .diff-file-box .code-diff pre {
margin: 0;
font-size: 13px;
}
.repository .diff-file-box .code-diff .lines-num {
border-right: 1px solid #d4d4d5;
+ 1
- 1
public/js/gogs.js
View File
@@ -938,7 +938,7 @@ $(window).load(function () {
}
// Code view.
if ($('.code-view').length > 0) {
if ($('.code-view
.linenums
').length > 0) {
var $block = $('.code-view .linenums');
var lines = $block.html().split("\n");
$block.html('');
+ 2
- 0
public/less/_repository.less
View File
@@ -676,12 +676,14 @@
}
.code-diff {
font-size: 13px;
td {
padding: 0;
border-top: none;
}
pre {
margin: 0;
font-size: 13px;
}
.lines-num {
border-right: 1px solid #d4d4d5;
Write
Preview
Loading…
Cancel
Save