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 fix
tags/v1.2.0-rc1
Unknwon
11 years ago
parent
b92cac7038
commit
e3eea745f4
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
public/ng/css/gogs.css
+1
-1
public/ng/less/gogs/dashboard.less
+ 3
- 1
public/ng/css/gogs.css
View File
@@ -728,7 +728,6 @@ ol.linenums {
}
#dashboard {
padding: 24px 0;
margin-bottom: 60px;
}
#dashboard-sidebar .panel-header h4 {
margin: 0;
@@ -894,6 +893,9 @@ ol.linenums {
#dashboard-switch-menu > li.checked > a .octicon {
opacity: 1;
}
#dashboard-news {
padding-bottom: 60px;
}
#dashboard-news .news {
margin-right: 2.4em;
padding-bottom: 1em;
+ 1
- 1
public/ng/less/gogs/dashboard.less
View File
@@ -43,7 +43,6 @@
}
#dashboard {
padding: 24px 0;
margin-bottom: 60px;
}
// dashboard sidebar contains contributed repositories panel,
// and my repositories panel
@@ -219,6 +218,7 @@
border-bottom-right-radius: .3em;
}
#dashboard-news {
padding-bottom: 60px;
.news {
margin-right: 2.4em;
.mega-octicon {
Write
Preview
Loading…
Cancel
Save