diff --git a/projects/packages/my-jetpack/_inc/style.module.scss b/projects/packages/my-jetpack/_inc/style.module.scss index 07daae08e350c..784bd30ec7b42 100644 --- a/projects/packages/my-jetpack/_inc/style.module.scss +++ b/projects/packages/my-jetpack/_inc/style.module.scss @@ -1,5 +1,15 @@ :global { + // Hello Dolly compatibility fix + body.jetpack_page_my-jetpack p#dolly { + position: absolute; + inset-inline-end: 0; + + @media (max-width: 782px) { + padding-inline-end: 10px; + } + } + #my-jetpack-container { --wp-admin-theme-color: var(--jp-black); --wp-admin-theme-color-darker-10: var(--jp-black-80); @@ -69,5 +79,9 @@ padding-top: 0 !important; } } + + p#dolly { // Hide Hello Dolly + display: none; + } } } diff --git a/projects/packages/my-jetpack/changelog/fix-jetpack-hello-dolly b/projects/packages/my-jetpack/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/packages/my-jetpack/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/backup/changelog/fix-jetpack-hello-dolly b/projects/plugins/backup/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/plugins/backup/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/boost/changelog/fix-jetpack-hello-dolly b/projects/plugins/boost/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/plugins/boost/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-hello-dolly b/projects/plugins/jetpack/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..91d910bf675db --- /dev/null +++ b/projects/plugins/jetpack/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: bugfix + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/protect/changelog/fix-jetpack-hello-dolly b/projects/plugins/protect/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/plugins/protect/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/search/changelog/fix-jetpack-hello-dolly b/projects/plugins/search/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/plugins/search/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/social/changelog/fix-jetpack-hello-dolly b/projects/plugins/social/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/plugins/social/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/starter-plugin/changelog/fix-jetpack-hello-dolly b/projects/plugins/starter-plugin/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/plugins/starter-plugin/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. diff --git a/projects/plugins/videopress/changelog/fix-jetpack-hello-dolly b/projects/plugins/videopress/changelog/fix-jetpack-hello-dolly new file mode 100644 index 0000000000000..3299fe57c1104 --- /dev/null +++ b/projects/plugins/videopress/changelog/fix-jetpack-hello-dolly @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.