timvir 0.2.52 → 0.2.53
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/CHANGELOG.md +2 -0
- package/blocks/Viewport/index.js +1 -0
- package/core/styles.css +1 -0
- package/package.json +1 -1
- package/styles.css +1 -0
package/CHANGELOG.md
CHANGED
package/blocks/Viewport/index.js
CHANGED
package/core/styles.css
CHANGED
|
@@ -507,6 +507,7 @@
|
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
.timvir-s-sgruip {
|
|
510
|
+
-webkit-mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
510
511
|
mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
511
512
|
}
|
|
512
513
|
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -618,6 +618,7 @@ body {
|
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.timvir-s-sgruip {
|
|
621
|
+
-webkit-mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
621
622
|
mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
622
623
|
}
|
|
623
624
|
|