cubing 0.33.0 → 0.33.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.
@@ -522,7 +522,7 @@ var StatsPanel = class {
522
522
  // src/cubing/twisty/heavy-code-imports/3d.ts
523
523
  var cachedConstructorProxy = null;
524
524
  async function proxy3D() {
525
- return cachedConstructorProxy ?? (cachedConstructorProxy = import("./twisty-dynamic-3d-E5SBRWVZ.js"));
525
+ return cachedConstructorProxy ?? (cachedConstructorProxy = import("./twisty-dynamic-3d-UTFHBM5H.js"));
526
526
  }
527
527
  var THREEJS = from(
528
528
  async () => (await proxy3D()).T3I
@@ -1146,4 +1146,4 @@ export {
1146
1146
  proxy3D,
1147
1147
  THREEJS
1148
1148
  };
1149
- //# sourceMappingURL=chunk-CI3M726K.js.map
1149
+ //# sourceMappingURL=chunk-EH7D6NSS.js.map
@@ -18,7 +18,7 @@ import {
18
18
  rawRenderPooled,
19
19
  setCameraFromOrbitCoordinates,
20
20
  setTwistyDebug
21
- } from "../chunk-CI3M726K.js";
21
+ } from "../chunk-EH7D6NSS.js";
22
22
  import {
23
23
  countAnimatedLeaves,
24
24
  countMoves
@@ -5372,14 +5372,14 @@ twisty-alg-viewer {
5372
5372
  .wrapper:fullscreen {
5373
5373
  width: 100%;
5374
5374
  height: 100%;
5375
+ display: grid;
5376
+ grid-template-rows: 1fr 1fr;
5375
5377
  }
5376
5378
 
5377
- .wrapper:fullscreen twisty-player {
5378
- height: 50vh;
5379
- }
5380
-
5379
+ .wrapper:fullscreen twisty-player,
5381
5380
  .wrapper:fullscreen .scrollable-region {
5382
- height: 50vh
5381
+ height: unset;
5382
+ max-height: unset
5383
5383
  }
5384
5384
  `
5385
5385
  );