Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions projects/packages/my-jetpack/_inc/style.module.scss
Original file line number Diff line number Diff line change
@@ -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;
}
}

Copy link
Contributor

@grzegorz-cp grzegorz-cp Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.jetpack-admin-full-screen p#dolly {
display: none;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, I don't like the idea of hiding it; when enabled the idea is that it shows up everywhere. It's not intentionally hidden on Forms page either (to my knowledge), and on some older Jetpack pages we have even more elaborate CSS to make it behave nice with Jetpack headers and JITMs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it breaks the design of the connection page, that don't even have the left sidebar. It also feels taken out of context when it's on that page.

Copy link
Member Author

@simison simison Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, I think your reasoning makes sense if the page you refer to isn't something users return to. 👍

#my-jetpack-container {
--wp-admin-theme-color: var(--jp-black);
--wp-admin-theme-color-darker-10: var(--jp-black-80);
Expand Down Expand Up @@ -69,5 +79,9 @@
padding-top: 0 !important;
}
}

p#dolly { // Hide Hello Dolly
display: none;
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
4 changes: 4 additions & 0 deletions projects/plugins/backup/changelog/fix-jetpack-hello-dolly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
4 changes: 4 additions & 0 deletions projects/plugins/boost/changelog/fix-jetpack-hello-dolly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/fix-jetpack-hello-dolly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: bugfix

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
4 changes: 4 additions & 0 deletions projects/plugins/protect/changelog/fix-jetpack-hello-dolly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
4 changes: 4 additions & 0 deletions projects/plugins/search/changelog/fix-jetpack-hello-dolly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
4 changes: 4 additions & 0 deletions projects/plugins/social/changelog/fix-jetpack-hello-dolly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
4 changes: 4 additions & 0 deletions projects/plugins/videopress/changelog/fix-jetpack-hello-dolly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
Loading