mingding-snap-modifier 2.13.1 → 2.13.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/dist/mingding-import.json +3 -3
- package/dist/mingding-modifier.js +1 -2
- package/dist//345/221/275/345/256/232/344/271/213/350/257/227/345/205/250/351/207/217/344/277/256/346/224/271/345/231/250_v2_13.js +1 -2
- package/dist//345/221/275/345/256/232/344/271/213/350/257/227/345/205/250/351/207/217/344/277/256/346/224/271/345/231/250_v2_13_tavernhelper/345/257/274/345/205/245.json +3 -3
- package/package.json +31 -31
|
@@ -464,8 +464,7 @@
|
|
|
464
464
|
#md-modifier-root.md-fullscreen .md-resize{display:none}
|
|
465
465
|
/* 移动端 / 窄屏:窗口铺满视口,单列布局,隐藏缩放手柄(用全屏/还原按钮代替) */
|
|
466
466
|
@media (max-width:768px){
|
|
467
|
-
#md-modifier-root{
|
|
468
|
-
#md-modifier-root .md-resize{display:none}
|
|
467
|
+
#md-modifier-root{width:min(96vw,420px);max-height:92vh;right:8px;top:8px;left:auto}
|
|
469
468
|
#md-modifier-root .md-grid{grid-template-columns:1fr!important}
|
|
470
469
|
#md-modifier-root .md-body{padding:6px}
|
|
471
470
|
#md-modifier-root .md-sec-body > .md-row{min-width:0}
|
|
@@ -464,8 +464,7 @@
|
|
|
464
464
|
#md-modifier-root.md-fullscreen .md-resize{display:none}
|
|
465
465
|
/* 移动端 / 窄屏:窗口铺满视口,单列布局,隐藏缩放手柄(用全屏/还原按钮代替) */
|
|
466
466
|
@media (max-width:768px){
|
|
467
|
-
#md-modifier-root{
|
|
468
|
-
#md-modifier-root .md-resize{display:none}
|
|
467
|
+
#md-modifier-root{width:min(96vw,420px);max-height:92vh;right:8px;top:8px;left:auto}
|
|
469
468
|
#md-modifier-root .md-grid{grid-template-columns:1fr!important}
|
|
470
469
|
#md-modifier-root .md-body{padding:6px}
|
|
471
470
|
#md-modifier-root .md-sec-body > .md-row{min-width:0}
|