style: 微调用户信息显示名称字体大小

This commit is contained in:
Argo Zhang 2019-08-17 23:52:57 +08:00
parent b019c8b901
commit 1d930e9b0a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,11 @@
.userinfo img {
border-radius: 50%;
.userinfo .username {
font-size: 1rem;
max-width: 110px;
font-weight: 500;
}
.userinfo .dropdown-toggle, .userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .nav [data-toggle="dropdown"], .nav [data-toggle="dropdown"]:hover {
@ -127,6 +132,10 @@ aside {
left: 4px;
}
aside .nav-header span {
font-size: 1rem;
}
aside .nav-link span {
display: inline-block;
white-space: nowrap;