18 lines
261 B
Plaintext
18 lines
261 B
Plaintext
@import url('../../../shared/theme.less');
|
|
|
|
output-frame {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
output-frame > iframe {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
} |