misuzu/assets/less/manage/classes/avatar.less

12 lines
248 B
Text
Raw Normal View History

2018-05-27 00:20:35 +00:00
.avatar {
flex-shrink: 0;
background-color: #333;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
border: 1px solid #444;
max-height: 200px;
max-width: 200px;
}