mtas-tv-frontend/src/app/display/slide-iframe/slide-iframe.component.css

21 lines
270 B
CSS
Raw Normal View History

:host {
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
padding: 3px;
background: #222;
}
:host.preview {
position: absolute;
z-index: 1;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}