调整卡片高度
This commit is contained in:
@@ -765,17 +765,14 @@
|
||||
}
|
||||
|
||||
.user-avatar-column {
|
||||
width: 80px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-right: 15px;
|
||||
border-right: 1px solid #EBEEF5;
|
||||
}
|
||||
|
||||
.user-avatar-container {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||||
@@ -789,7 +786,6 @@
|
||||
|
||||
.user-info-column {
|
||||
flex: 1;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.user-info-item {
|
||||
|
||||
Reference in New Issue
Block a user