recording notice, default mapping range

This commit is contained in:
jrkb 2023-10-10 15:13:53 +02:00
parent 62f03862d6
commit 64af8d49d1
5 changed files with 151 additions and 23 deletions

View file

@ -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";