This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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 repo list display on Safari (
#3569
)
tags/v1.21.12.1
Daniel Oaks
无闻
9 years ago
parent
178556142a
commit
4efaf8e882
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
public/css/gogs.css
+4
-0
public/less/_dashboard.less
+ 4
- 0
public/css/gogs.css
View File
@@ -2741,6 +2741,10 @@ footer .ui.language .menu {
.dashboard.issues .ui.right .head.menu .item.active {
color: #d9453d;
}
.feeds .news > .ui.grid {
margin-left: auto;
margin-right: auto;
}
.feeds .news .ui.avatar {
margin-top: 13px;
}
+ 4
- 0
public/less/_dashboard.less
View File
@@ -52,6 +52,10 @@
&.feeds {
.news {
> .ui.grid {
margin-left: auto;
margin-right: auto;
}
.ui.avatar {
margin-top: 13px;
}
Write
Preview
Loading…
Cancel
Save