@social-mail/social-mail-client 1.5.7 → 1.5.9
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
package/styler/styler.css
CHANGED
|
@@ -7287,7 +7287,7 @@ body[editing] [styler-background-clip=text]:empty:before {
|
|
|
7287
7287
|
[styler-transform=custom] {
|
|
7288
7288
|
transform: var(--styler-transform);
|
|
7289
7289
|
}
|
|
7290
|
-
[styler-transform=
|
|
7290
|
+
[styler-transform=translate-center] {
|
|
7291
7291
|
transform: translate(50%, 50%);
|
|
7292
7292
|
}
|
|
7293
7293
|
[styler-transform-origin=custom] {
|
|
@@ -7324,7 +7324,7 @@ body[editing] [styler-background-clip=text]:empty:before {
|
|
|
7324
7324
|
[styler-desktop-transform=custom] {
|
|
7325
7325
|
transform: var(--styler-desktop-transform);
|
|
7326
7326
|
}
|
|
7327
|
-
[styler-desktop-transform=
|
|
7327
|
+
[styler-desktop-transform=translate-center] {
|
|
7328
7328
|
transform: translate(50%, 50%);
|
|
7329
7329
|
}
|
|
7330
7330
|
[styler-desktop-transform-origin=custom] {
|
|
@@ -7362,7 +7362,7 @@ body[editing] [styler-background-clip=text]:empty:before {
|
|
|
7362
7362
|
[styler-tablet-transform=custom] {
|
|
7363
7363
|
transform: var(--styler-tablet-transform);
|
|
7364
7364
|
}
|
|
7365
|
-
[styler-tablet-transform=
|
|
7365
|
+
[styler-tablet-transform=translate-center] {
|
|
7366
7366
|
transform: translate(50%, 50%);
|
|
7367
7367
|
}
|
|
7368
7368
|
[styler-tablet-transform-origin=custom] {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
.each-rules({
|
|
6
6
|
@transform: {
|
|
7
|
-
@
|
|
7
|
+
@translate-center: {
|
|
8
8
|
transform: translate(50%, 50%);
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
@media (min-width: 900px) {
|
|
43
43
|
.each-rules({
|
|
44
44
|
@transform: {
|
|
45
|
-
@
|
|
45
|
+
@translate-center: {
|
|
46
46
|
transform: translate(50%, 50%);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
@media (min-width: 700px) {
|
|
83
83
|
.each-rules({
|
|
84
84
|
@transform: {
|
|
85
|
-
@
|
|
85
|
+
@translate-center: {
|
|
86
86
|
transform: translate(50%, 50%);
|
|
87
87
|
}
|
|
88
88
|
}
|