This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix user menu item styling (
#4985
)
for-closed-social
silverwind
6 years ago
committed by
techknowlogick
parent
39735723f5
commit
31d5488059
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