]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / metadata / video-avatar-channel.component.scss
1 @use '_mixins' as *;
2
3 .wrapper {
4 @include margin-right(5px);
5
6 position: relative;
7 margin-bottom: 5px;
8
9 .second-avatar {
10 height: 60%;
11 width: 60%;
12 position: absolute;
13 bottom: -5px;
14 right: -5px;
15 background-color: rgba(0, 0, 0, 0);
16 }
17 }