blob: ffea91b33f9a4b3b1e74d719738e487992c86d99 [file] [log] [blame] [edit]
.avatar-container {
position: relative;
display: inline-block;
width: 100px;
height: 100px;
}
.user-avatar {
position: absolute;
width: 80px;
height: 80px;
top: 10px;
left: 10px;
z-index: 1;
}
.avatar-frame-image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
pointer-events: none;
}