@linxin666/dsh-client-ui-skin-center 0.3.5 → 0.3.6
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/lib/client.js +2 -9
- package/lib/client.js.map +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -3780,7 +3780,7 @@ window.__ModuleLoader__.load({
|
|
|
3780
3780
|
const scopes = ACTIVE_VISUAL_SELECTOR.split(", ");
|
|
3781
3781
|
const scoped = (selector) => scopes.map((scope) => `${scope} ${selector}`).join(",\n");
|
|
3782
3782
|
return `
|
|
3783
|
-
/* Viewport
|
|
3783
|
+
/* Viewport lock: prevent outer page scrollbar and viewport
|
|
3784
3784
|
displacement during element focus/scrollIntoView. */
|
|
3785
3785
|
${ACTIVE_VISUAL_SELECTOR},
|
|
3786
3786
|
${scoped("body")} {
|
|
@@ -3790,13 +3790,6 @@ window.__ModuleLoader__.load({
|
|
|
3790
3790
|
margin: 0 !important;
|
|
3791
3791
|
padding: 0 !important;
|
|
3792
3792
|
}
|
|
3793
|
-
${scoped("[id=\"root\"]")} {
|
|
3794
|
-
box-sizing: border-box !important;
|
|
3795
|
-
height: 100% !important;
|
|
3796
|
-
width: 100% !important;
|
|
3797
|
-
max-height: 100% !important;
|
|
3798
|
-
overflow: hidden !important;
|
|
3799
|
-
}
|
|
3800
3793
|
${scoped("[data-slot=\"sidebar.workspaces\"] [class*=\"_fade\"]")} {
|
|
3801
3794
|
background: none !important;
|
|
3802
3795
|
background-image: none !important;
|
|
@@ -4819,7 +4812,7 @@ window.__ModuleLoader__.load({
|
|
|
4819
4812
|
/** The building package's version, when the bundle carries it. */
|
|
4820
4813
|
function bakedVersion() {
|
|
4821
4814
|
try {
|
|
4822
|
-
return "0.3.
|
|
4815
|
+
return "0.3.6";
|
|
4823
4816
|
} catch {
|
|
4824
4817
|
return;
|
|
4825
4818
|
}
|