]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/video/embed.component.scss
Add videos list admin component
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / video / embed.component.scss
CommitLineData
33f6dce1
C
1@use '_mixins' as *;
2@use '_variables' as *;
3
4.screenratio {
5 @include block-ratio($selector: 'div, ::ng-deep iframe') {
6 width: 100% !important;
7 height: 100% !important;
8 left: 0;
9 };
10}