]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss
Handle playlist without videos available
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / metadata / video-avatar-channel.component.scss
CommitLineData
8cbc40b2 1@use '_mixins' as *;
dd4f25ee 2
7d026caf
C
3@mixin secondary {
4 height: 60%;
5 width: 60%;
6 position: absolute;
7 bottom: -5px;
8 right: -5px;
9 background-color: rgba(0, 0, 0, 0);
10}
11
dd4f25ee 12.wrapper {
27bc9586 13 @include margin-right(5px);
c2caa99b 14
dd4f25ee 15 position: relative;
adcf9212 16 margin-bottom: 5px;
dd4f25ee 17
7399a79f 18 .second-avatar {
19 @include secondary();
dd4f25ee
RK
20 }
21}