Thank you for the comment!
I LOVE these OS/window aesthetics, and the fact that you matched it with the VN’s UI too!
I’ll have the page added. But, it might take just a little bit longer (around ~2 days), since I’m currently preparing for another major updates for Pitch! ><
Also, I saw that the Tooltip content on the _prompt() window is hidden partially behind the _description() window.
Seems like its just the quirk of the Tooltip component itself TT. But you can fix that with this:
/* or other selector to target the prompt window */
.custom-desc-column:nth-of-type(2) {
position: relative;
z-index: 1;
}
There’s also a dangling </div> tag after the first section too! ><