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 access token style
tags/v1.21.12.1
Unknwon
10 years ago
parent
4c7b6414eb
commit
928d9fc1d4
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/gogs.min.css
+2
-2
public/less/_user.less
+1
-1
templates/user/settings/applications.tmpl
+ 1
- 1
public/css/gogs.min.css
File diff suppressed because it is too large
View File
+ 2
- 2
public/less/_user.less
View File
@@ -4,8 +4,8 @@
&.settings {
.key.list {
.
desc.
item {
padding-bottom: 30
px;
.item
.ui.grid
{
margin-top: 15
px;
}
}
}
+ 1
- 1
templates/user/settings/applications.tmpl
View File
@@ -13,7 +13,7 @@
</h4>
<div class="ui attached segment">
<div class="ui key list">
<div class="
desc
item">
<div class="item">
{{.i18n.Tr "settings.tokens_desc"}}
</div>
{{range .Tokens}}
Write
Preview
Loading…
Cancel
Save