优化侧边栏头像样式

This commit is contained in:
2023-04-17 14:21:15 +08:00
parent 471134cbe5
commit 5dd441ff8e
3 changed files with 8 additions and 1 deletions

View File

@@ -1227,6 +1227,9 @@
justify-content: flex-start;
margin-bottom: 12px;
}
.ul-avatar-sidebar-list .ul-avatar-sidebar-list-item:not(:last-child) {
margin-bottom: 12px;
}
.ul-avatar-sidebar-list .ul-avatar-sidebar-list-item-img {
width: 58px;
height: 58px;

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,10 @@
align-items: center;
justify-content: flex-start;
margin-bottom: 12px;
&:not(:last-child) {
margin-bottom: 12px;
}
}
.ul-avatar-sidebar-list-item-img {