Commit e2869057 authored by caoxu's avatar caoxu

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

parent 3375dfb8
...@@ -310,13 +310,13 @@ const closeImagePreview = () => { ...@@ -310,13 +310,13 @@ const closeImagePreview = () => {
.avatar-wrapper { .avatar-wrapper {
position: relative; position: relative;
width: 60px; width: 45px;
height: 60px; height: 45px;
} }
.top-user-avatar { .top-user-avatar {
width: 60px; width: 45px;
height: 60px; height: 45px;
border-radius: 50%; border-radius: 50%;
object-fit: cover; object-fit: cover;
border: 2px solid #42b883; border: 2px solid #42b883;
...@@ -324,10 +324,10 @@ const closeImagePreview = () => { ...@@ -324,10 +324,10 @@ const closeImagePreview = () => {
.online-indicator { .online-indicator {
position: absolute; position: absolute;
bottom: 2px; bottom: 1px;
right: 2px; right: 1px;
width: 14px; width: 12px;
height: 14px; height: 12px;
background-color: #42b883; background-color: #42b883;
border-radius: 50%; border-radius: 50%;
border: 2px solid white; 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