未验证 提交 d856c71f 编写于 作者: K kaoding 提交者: GitHub

Merge pull request #8669 from hihuangwei/patch-5

修复小屏幕下 头像变形
......@@ -60,3 +60,25 @@
}
}
}
@media only screen and (max-width: @screen-md) {
:global(.ant-divider-vertical) {
vertical-align: unset;
}
.name {
display: none;
}
.right {
position: absolute;
top: 0;
right: 12px;
.account {
.avatar {
margin-right: 0;
}
}
.search {
display: none;
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册