@markdstage/markdstage 3.8.1 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdstage/markdstage",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.2",
|
|
4
4
|
"description": "Present, validate, inspect, capture, and export MarkdStage Markdown decks from the command line — no Copilot canvas required.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "runceel",
|
|
@@ -95,11 +95,13 @@
|
|
|
95
95
|
html,body{height:100%;margin:0;overflow:hidden}
|
|
96
96
|
#stage{height:100%}
|
|
97
97
|
body.fixed-preview-mode #stage{
|
|
98
|
-
position:fixed;inset:
|
|
98
|
+
position:fixed;inset:32px 32px 96px;height:auto;overflow:visible;
|
|
99
99
|
}
|
|
100
100
|
.slide-viewport{position:relative;overflow:hidden;}
|
|
101
101
|
.slide-viewport-frame{position:absolute;left:50%;top:50%;width:1280px;height:720px;
|
|
102
102
|
max-width:none;max-height:none;border:0;transform-origin:center;display:block;}
|
|
103
|
+
body.fixed-preview-mode .slide-viewport-frame{
|
|
104
|
+
box-shadow:0 10px 30px rgba(0,0,0,.24);}
|
|
103
105
|
body.presenter-mode.fixed-preview-mode #stage{inset:0;background:#000;}
|
|
104
106
|
body.surface-mode #stage{width:1280px;height:720px;}
|
|
105
107
|
body.surface-mode #nav,body.surface-mode .layout-warning{display:none!important;}
|