| .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; | |
| } |