- add `object-fit: cover` to `.author-profile-image` to prevent non-square images being stretched/squashed
This commit is contained in:
父节点
d739bb52a4
当前提交
0f3651c23f
文件差异因一行或多行过长而隐藏
文件差异因一行或多行过长而隐藏
|
|
@ -459,6 +459,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
|||
height: 25px;
|
||||
margin-right: 5px;
|
||||
border-radius: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.post-card-author {
|
||||
|
|
|
|||
正在加载...
在新工单中引用