You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
375 B
22 lines
375 B
html:-moz-full-screen {
|
|
background: grey;
|
|
}
|
|
html:-webkit-full-screen {
|
|
background: grey;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
html:fullscreen{
|
|
background: grey;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
|
|
:not(:root):fullscreen::backdrop{
|
|
background:whitesmoke;
|
|
}
|
|
|
|
.pear-full-screen {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
} |