Skip to content

Commit 0028158

Browse files
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. (#45474)
* My Jetpack: Hello Dolly compatibility fix * Pile of changelogs * Mobile fix * Update projects/packages/my-jetpack/_inc/style.module.scss Co-authored-by: Manzoor Wani <[email protected]> * Hide hello dolly text on connection screen --------- Co-authored-by: Manzoor Wani <[email protected]>
1 parent 4a1a328 commit 0028158

File tree

10 files changed

+50
-0
lines changed

10 files changed

+50
-0
lines changed

projects/packages/my-jetpack/_inc/style.module.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
:global {
22

3+
// Hello Dolly compatibility fix
4+
body.jetpack_page_my-jetpack p#dolly {
5+
position: absolute;
6+
inset-inline-end: 0;
7+
8+
@media (max-width: 782px) {
9+
padding-inline-end: 10px;
10+
}
11+
}
12+
313
#my-jetpack-container {
414
--wp-admin-theme-color: var(--jp-black);
515
--wp-admin-theme-color-darker-10: var(--jp-black-80);
@@ -69,5 +79,9 @@
6979
padding-top: 0 !important;
7080
}
7181
}
82+
83+
p#dolly { // Hide Hello Dolly
84+
display: none;
85+
}
7286
}
7387
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: bugfix
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.

0 commit comments

Comments
 (0)