Commit e2869057 authored by caoxu's avatar caoxu

Adjust: 头部用户头像尺寸从60px缩小到45px

parent 3375dfb8
......@@ -310,13 +310,13 @@ const closeImagePreview = () => {
.avatar-wrapper {
position: relative;
width: 60px;
height: 60px;
width: 45px;
height: 45px;
}
.top-user-avatar {
width: 60px;
height: 60px;
width: 45px;
height: 45px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #42b883;
......@@ -324,10 +324,10 @@ const closeImagePreview = () => {
.online-indicator {
position: absolute;
bottom: 2px;
right: 2px;
width: 14px;
height: 14px;
bottom: 1px;
right: 1px;
width: 12px;
height: 12px;
background-color: #42b883;
border-radius: 50%;
border: 2px solid white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment