recording notice, default mapping range
This commit is contained in:
parent
62f03862d6
commit
64af8d49d1
5 changed files with 151 additions and 23 deletions
|
@ -223,6 +223,29 @@ body.debug div:not(.centerLine) {
|
|||
#notice .content .details p {
|
||||
color: black;
|
||||
}
|
||||
#notice_recording {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
z-index: 2000;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: "Tonka";
|
||||
font-variation-settings: 'wght' 500;
|
||||
font-size: 0.8em;
|
||||
pointer-events: none;
|
||||
}
|
||||
#notice_recording.visible {
|
||||
display: flex;
|
||||
}
|
||||
#notice_recording.impenetrable {
|
||||
pointer-events: all;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.exporterChild * {
|
||||
font-family: "Tonka";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue