cubing 0.34.4 → 0.34.5

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.
@@ -5357,7 +5357,7 @@ var twizzleLinkCSS = new CSSSource(
5357
5357
 
5358
5358
  twisty-player {
5359
5359
  width: 100%;
5360
- height: 100%;
5360
+ height: 320px;
5361
5361
  resize: vertical;
5362
5362
  overflow-y: hidden;
5363
5363
  }
@@ -5394,7 +5394,8 @@ var twizzleLinkForumTweaksCSS = new CSSSource(`
5394
5394
  }
5395
5395
 
5396
5396
  .scrollable-region {
5397
- max-height: 280px;
5397
+ min-height: 320px;
5398
+ contain: strict;
5398
5399
  overflow-y: auto;
5399
5400
  }
5400
5401