]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
8cbc40b2 1@use '_mixins' as *;
dd4f25ee
RK
2
3.wrapper {
27bc9586 4 @include margin-right(5px);
c2caa99b 5
dd4f25ee 6 position: relative;
adcf9212 7 margin-bottom: 5px;
dd4f25ee 8
7399a79f 9 .second-avatar {
1fef6bcc
C
10 height: 60%;
11 width: 60%;
12 position: absolute;
13 bottom: -5px;
14 right: -5px;
15 background-color: rgba(0, 0, 0, 0);
dd4f25ee
RK
16 }
17}