@tiba-spark/client-shared-lib 25.3.0-255 → 25.3.0-259

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiba-spark/client-shared-lib",
3
- "version": "25.3.0-255",
3
+ "version": "25.3.0-259",
4
4
  "description": "Holds the shared content that all Spark Client applications use",
5
5
  "keywords": [
6
6
  "spark",
@@ -1012,8 +1012,8 @@ a.clickable-link {
1012
1012
  }
1013
1013
 
1014
1014
  .tb-upload-rate-on-display-image-vertical {
1015
- width: 350px !important;
1016
- height: calc(350px * (750 / 510)) !important; // ≈ 588px
1015
+ width: 300px !important;
1016
+ height: calc(300px * (750 / 510)) !important;
1017
1017
  aspect-ratio: unset !important; // Disable aspect-ratio to prevent conflicts
1018
1018
  }
1019
1019