PeerTube/client/src/app/shared/shared-main/video/embed.component.scss

11 lines
199 B
SCSS
Raw Normal View History

2021-10-27 11:42:05 +02:00
@use '_variables' as *;
@use '_mixins' as *;
2021-10-27 11:42:05 +02:00
.screenratio {
@include block-ratio($selector: 'div, ::ng-deep iframe') {
width: 100% !important;
height: 100% !important;
left: 0;
};
}