fix: 头像尺寸不一致时撑开显示区域

This commit is contained in:
Argo Zhang 2019-08-18 11:11:29 +08:00
parent 890b16887a
commit 10129b73b2
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@
.userinfo .dropdown-item img {
width: 60px;
height: auto;
margin-right: 1rem;
height: 60px;
}
.userinfo .dropdown-item a {
@ -276,7 +276,7 @@ body {
aside .nav-header img, .sidebar-open aside:hover .nav-header img {
width: 3.75rem;
height: auto;
height: 3.75rem;
border-radius: 50%;
}