cubing 0.33.0 → 0.33.1

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.
@@ -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
  );