Files
DndGamePlayer/app/renderer/presentation/PresentationApp.module.css
T
Ivan Fontosh f270812219 feat(tokens): app-local non-player tokens with session moves and UI polish
Add token library/placements, keep play-time moves for the session, lock presentation interactions, and fix export/import modal layout plus freeform trap label.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 11:04:12 +08:00

11 lines
120 B
CSS

.root {
height: 100vh;
width: 100vw;
}
.viewPassthrough {
height: 100%;
width: 100%;
pointer-events: none;
}