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 user menu item styling (
#4985
)
tags/v1.6.0-dev
silverwind
techknowlogick
7 years ago
parent
d3544fc9d3
commit
bfdaa19da8
3 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/index.css
+5
-0
public/less/_base.less
+1
-1
templates/base/head_navbar.tmpl
+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File
+ 5
- 0
public/less/_base.less
View File
@@ -415,6 +415,11 @@ pre, code {
}
}
.user-menu > .item {
width: 100%;
border-radius: 0 !important;
}
.scrolling.menu {
.item.selected {
font-weight: 700 !important;
+ 1
- 1
templates/base/head_navbar.tmpl
View File
@@ -76,7 +76,7 @@
<span class="mobile-only">{{.SignedUser.Name}}</span>
<i class="fitted octicon octicon-triangle-down not-mobile" tabindex="-1"></i>
</span>
<div class="menu" tabindex="-1">
<div class="menu
user-menu
" tabindex="-1">
<div class="ui header">
{{.i18n.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
</div>
Write
Preview
Loading…
Cancel
Save