PeerTube/client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.compon...

18 lines
266 B
SCSS

@use '_mixins' as *;
.wrapper {
@include margin-right(5px);
position: relative;
margin-bottom: 5px;
.second-avatar {
height: 60%;
width: 60%;
position: absolute;
bottom: -5px;
right: -5px;
background-color: rgba(0, 0, 0, 0);
}
}