artboard audio, save audio with project json
not stable yet
This commit is contained in:
parent
922834161f
commit
5f1f5a10a1
11 changed files with 172 additions and 27 deletions
|
@ -217,12 +217,36 @@ body.debug div:not(.centerLine) {
|
|||
}
|
||||
|
||||
#notice .content .what p {
|
||||
font-size: 1.2em;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#notice .content .details p {
|
||||
color: black;
|
||||
}
|
||||
#notice .content .button {
|
||||
display: none;
|
||||
margin: 0px;
|
||||
background-color: rgba(222, 222, 222, 0.97);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
padding: 7px 15px;
|
||||
border-radius: 10px;
|
||||
font-size: 1.2em;
|
||||
text-transform: uppercase;
|
||||
font-variation-settings: 'wght' 800;
|
||||
transition: all 0.125s;
|
||||
}
|
||||
#notice .content .button:hover {
|
||||
background-color: rgba(0, 0, 0, 0.97);
|
||||
color: rgba(222, 222, 222, 1.0);
|
||||
}
|
||||
#notice .content .button.visible {
|
||||
display: flex;
|
||||
}
|
||||
#notice .content .button p {
|
||||
user-select: none;
|
||||
}
|
||||
#notice_recording {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue